summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
Commit message (Collapse)AuthorAgeFilesLines
* flex: use %option instead of command line options.Adrian Negreanu2016-09-211-0/+2
|
* Bug 771344 - Class name 'internal' breaks class hierarchy in C++albert-github2016-09-181-1/+1
| | | | | | Analogous to the rule for: <FindMembers>{B}*"internal"{BN}*":"{BN}* reject the "internal" keyword in case not in Cli
* Bug 764515 - doxygen crashes no resolvedalbert-github2016-04-091-0/+1
| | | | Crash occurred in the rule: <UsingAlias>. due to the fact that the previous variable was not set by the rule <JavaImport>({ID}{BN}*"."{BN}*)+{ID}
* Bug 752712 - last entry missing in a @name group of typedefsDimitri van Heesch2016-02-061-0/+5
|
* Bug 761007 - Spaces between the closing bracket of the typename and the ↵albert-github2016-01-241-1/+1
| | | | | | opening bracket of the parameter list cause detection issues. Adding possibility to have spaces between ) and (
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-27/+27
| | | | improve performance
* Bug 746361 - Doxygen thinks C++ class is Objective-CDimitri van Heesch2015-12-271-0/+6
|
* Bug 757812 - Doxygen do not support comparison angle bracket in templateDimitri van Heesch2015-12-201-2/+2
|
* Bug 759177 - Markdown fenced code blocks not parsed properly in commentDimitri van Heesch2015-12-191-4/+4
|
* Bug 759281 - Doxygen parser confused by C++11 attributesDimitri van Heesch2015-12-131-7/+18
|
* Bug 759247 - C++11 unified initializer for array with templates treated as ↵Dimitri van Heesch2015-12-131-0/+2
| | | | function
* Actually using value of GROUP_NESTED_COMPOUNDS optionMaksim Shabunin2015-07-271-1/+1
|
* Bug 751455 - class scoped enum documentation appearing at group level ↵Dimitri van Heesch2015-06-261-1/+2
| | | | instead of class level
* drop #include <unistd.h>Adrian Negreanu2015-05-151-3/+2
| | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* Bug 746734 - Don't warn about missing documentation for deleted functions.Dimitri van Heesch2015-05-151-0/+1
|
* Bug 748208 - Bug #313527 regression - Enum in bitfield is not parsed properly.Dimitri van Heesch2015-05-151-1/+7
|
* Bug 746226 - last enum member not documentedDimitri van Heesch2015-04-121-1/+2
|
* Added documentation for ``` style fenced code block and more robust parsingDimitri van Heesch2015-04-051-4/+4
|
* fix *.l for three backtickshalex20052015-03-301-2/+2
|
* add support for github flavored fenced code blockshalex20052015-03-301-0/+14
|
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Bug 742095 - Missing documentation after nested C++11 unified initializerDimitri van Heesch2015-02-231-7/+18
|
* Merge pull request #301 from rconde01/issue744671Dimitri van Heesch2015-02-211-1/+1
|\ | | | | Fix for issue 744671
| * Fix for issue 744671rconde012015-02-171-1/+1
| | | | | | | | C# enum members are not marked as strong
* | Added type constraint relations for Java generics to dot graphs and XML outputDimitri van Heesch2015-02-211-0/+1
|/
* Merge pull request #269 from rabindra-harlalka/odl_props_newDimitri van Heesch2015-01-101-1/+39
|\ | | | | Fix parsing of ODL-style properties
| * Fix parsing of ODL-style propertiesrabindra-harlalka2014-12-211-1/+39
| | | | | | | | Declaration of properties inside a dispinterface (ODL syntax) in IDL/ODL file is not parsed properly. Fix that.
* | Remove unused local and static global variablesalbert-github2014-12-271-8/+0
|/ | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* Bug 737444 - Java: Annotations with brackets prevent documentationDimitri van Heesch2014-10-111-1/+1
|
* Fix bug with C++11 static_asserthanson.wang2014-09-161-1/+1
| | | | When processing a C++11 static_assert, we wish to skip the arguments. However, the `roundCount` is set to 1 despite the fact that the `SkipRound` routine will increment `roundCount` when it's entered. This causes the rest of the class to be skipped entirely.
* Bug 735462 - There's no such thing as a private Q_PROPERTYDimitri van Heesch2014-08-301-1/+1
|
* Bug 734245 - Q_PROPERTY switches the member access from private to publicDimitri van Heesch2014-08-151-1/+4
|
* Bug 734077 - no uniquely matching class member found for inline function ↵Dimitri van Heesch2014-08-031-0/+1
| | | | definition where parameter argument names don't match
* Language parser: added support for C# property accessors visibility modifiers.Maksim Osipov2014-07-031-0/+4
|
* Bug 727732 - Nested C structures/unions does not work with groupsDimitri van Heesch2014-06-061-0/+12
|
* Bug 729017 - function object in member initializer causes documentation lossDimitri van Heesch2014-04-271-8/+3
|
* Bug 726469 - Tilde sign in combination with <pre> and MARKDOWN_SUPPORT disabledDimitri van Heesch2014-04-121-1/+2
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Bug 723314 - Doxygen crashes on incorrect end group /**< @} */Dimitri van Heesch2014-02-031-2/+14
|
* Bug 723516 - star is not printed in \code environmentDimitri van Heesch2014-02-031-0/+12
|
* Fixed problem handling Obj-C protocol list when proceeded by a newlineDimitri van Heesch2014-01-121-1/+2
|
* Bug 721462 - Parsing problem with C++11 empty initializer listsDimitri van Heesch2014-01-081-0/+5
|
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-7/+7
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* Bug 720580 - inline source browser shows wrong code with muilti-line c++11's ↵Dimitri van Heesch2013-12-241-1/+1
| | | | raw strings
* Bug 720046 - Document inline objective-C blocksDimitri van Heesch2013-12-081-7/+21
|
* Bug 719489 - Label "abstract" instead of "pure virtual" for Java languagealbert-github2013-12-021-1/+8
| | | | Proposed patch so the word abstract is recorded correctly in case of Java
* Debug output for lexical analyzerAlbert2013-11-131-0/+5
| | | | | | | | | | | | | | In case of error messages like: input buffer overflow, can't enlarge buffer because scanner uses REJECT it is not always directly clear from which lexical analyzer (.l file) this problem comes. This patch helps to find these problems and does the following things: - when using the option -d lex with doxygen each time a lexical analyzer is called at the start a line like the following line will be given: Entering lexical analyzer: pre.l (for: ..../file.c) and at the end: Finished lexical analyzer: pre.l (for: ..../file.c) - in case the lexical analyzer has been translated with the -d option of lex / flex the above mentioned lines will be given as part of the lexical analyzer output (to stderr) and look like: --entering lexical analyzer: pre.l (for: ..../file.c) --finished lexical analyzer: pre.l (for: ..../file.c)
* Bug 711787 - Long initialization line in C stops doxygenAlbert2013-11-101-1/+4
| | | | An extra "breakpoint" in the input string has been created in the form of a , (comma), so for initialization lines the line will be shorter and the , (comma) will be copied later on.
* Bug 710917 - Segfault while parsing a C fileDimitri van Heesch2013-10-261-16/+1
|
* Bug 709526 - C++ parsing problem with operators <<, <, >, >> inside templatesDimitri van Heesch2013-10-121-0/+7
|