summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
Commit message (Collapse)AuthorAgeFilesLines
* Update scanner.lArmin Müller2018-06-191-3/+3
|
* Fixed compiler warning for nested /* in scanner.lDimitri van Heesch2018-05-011-2/+2
|
* Merge branch 'master' into feature/bug_743539Dimitri van Heesch2018-04-221-1/+4
|\
| * Bug 683564 - Value from enumeration followed with semicolon is not present ↵albert-github2018-02-141-1/+4
| | | | | | | | | | | | in java docs For java the type should not be reset to "@", see also rule <FindFields>","
* | Bug 743539 - Field with name "internal" confuses documentation builder.albert-github2018-03-061-4/+0
|/ | | | internal is not a Java reserved word / keyword but was handled as such.
* Merge pull request #645 from albert-github/feature/bug_638606Dimitri van Heesch2018-02-101-0/+16
|\ | | | | Bug 638606 - Support for C# nullable type
| * Bug 638606 - Support for C# nullable typealbert-github2018-02-011-0/+16
| | | | | | | | Added, basic, support for C# nullable types.
* | Bug 793052 - C#: Incorrect parsing of property definitions containing "//" ↵albert-github2018-01-311-1/+8
|/ | | | | | symbols in one line with "} The handling of comment signs inside a string for property definitions has been corrected, by defining parsing rules for these cases so that not the default comment handler will be used (i.e. remove the part behind the comment sign).
* Bug 790788 - Doxygen not showing the public, non-static member functionDimitri van Heesch2017-12-251-0/+5
|
* Bug 787952 - Problem parsing c++ gnu::visibilityDimitri van Heesch2017-11-091-1/+1
|
* Fix C# property initializer parsingPiotr Szydełko2017-05-201-0/+10
| | | | | | int Property {get; set;} = 23; The parser was ending the property at the closing bracket, which resulted in the initializer being assigned to the following property.
* Inline attribute got reset for functions returning an explicit struct typeDimitri van Heesch2017-04-021-1/+2
|
* Bug 769552 - doxygen warning parsing C++11 "using" declarationDimitri van Heesch2016-12-261-0/+3
|
* Bug 707266 - C++/CLI indexed property not documentedDimitri van Heesch2016-12-031-3/+3
|
* Doxygen error: Found ';' while parsing initializer listDimitri van Heesch2016-10-101-1/+1
|
* ug 756185 - Multiline //!< behavior changedDimitri van Heesch2016-10-091-2/+3
|
* Bug 771152 - C++11 ref-qualifiers do not appear in Member Function ↵Dimitri van Heesch2016-09-211-0/+9
| | | | Documentation section
* 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