Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added 'constexpr' as attribute label and to XML output | Dimitri van Heesch | 2019-01-13 | 1 | -0/+12 |
| | |||||
* | issue #6748 1.8.15 regression with C# internal modifier | albert-github | 2019-01-08 | 1 | -0/+4 |
| | | | | In the fix for issue #677 / bug 743539 only the Java part, in scanner.l, should have been removed and not the other languages in respect to the word "internal", compare also code.l | ||||
* | issue #6734 parsing performance worsened | Dimitri van Heesch | 2019-01-07 | 1 | -7/+8 |
| | |||||
* | Fixed differently by changing root cause for introducing the space | Dimitri van Heesch | 2018-11-24 | 1 | -1/+1 |
| | |||||
* | Minor restructuring | Dimitri van Heesch | 2018-11-18 | 1 | -37/+37 |
| | |||||
* | Fix scanner.l for Slice | Joe George | 2018-11-02 | 1 | -2/+2 |
| | |||||
* | Merge remote-tracking branch 'doxygen/master' | Joe George | 2018-11-02 | 1 | -4/+4 |
|\ | |||||
| * | Merge pull request #6561 from ↵ | Dimitri van Heesch | 2018-10-27 | 1 | -4/+0 |
| |\ | | | | | | | | | | | | | albert-github/feature/bug_scanner_obsolete_definitions Remove obsolete definitions from scanner | ||||
| | * | Remove obsolete definitions from scanner | albert-github | 2018-10-17 | 1 | -4/+0 |
| | | | | | | | | | | | | Remove some not used definitions from scanner.l (give false positives when searching for some features). | ||||
| * | | Merge pull request #6536 from albert-github/feature/bug_677092 | Dimitri van Heesch | 2018-10-27 | 1 | -0/+4 |
| |\ \ | | | | | | | | | Bug 677092 - single quote in HTML section of PHP breaks doxygen | ||||
| | * | | Bug 677092 - single quote in HTML section of PHP breaks doxygen | albert-github | 2018-10-03 | 1 | -0/+4 |
| | |/ | | | | | | | | | | | | | | | | | | | | | | Close string also when entering a new php (`<?php`) block Also solves: Bug 695337 - Inline HTML containing a single apostrophe (') appears to interfere with Doxygen parsing. Bug 156160 - Doesn't support quotes in HTML code embedded into a PHP script | ||||
* | | | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -29/+174 |
|/ / | | | | | | | Added a Slice-optimized output mode. | ||||
* | | Bug 749049 - Doxygen not creating call graphs for C# methods if namespace ↵ | albert-github | 2018-10-20 | 1 | -0/+22 |
|/ | | | | | | | | | | | | | | | | | contains the classname Problem is the '.' in the namespace name. For Csharp: namespace N1.n2 { is equivalent to namespace N1 { namespace N2 { This splitting has to be considered in the scanner so the different namespaces are mentioned. In the code.l the '.' was not handled. | ||||
* | Merge pull request #717 from albert-github/feature/bug_769414 | Dimitri van Heesch | 2018-07-17 | 1 | -0/+60 |
|\ | | | | | Bug 769414 - PHP: New array syntax not supported when parsing initial value | ||||
| * | Bug 769414 - PHP: New array syntax not supported when parsing initial value | albert-github | 2018-05-10 | 1 | -0/+60 |
| | | | | | | | | Implemented possibility string initializations by means of '[' ... ']' construct (besides the already existing 'array(' ... ')'. | ||||
* | | Update scanner.l | Armin Müller | 2018-06-19 | 1 | -3/+3 |
|/ | |||||
* | Fixed compiler warning for nested /* in scanner.l | Dimitri van Heesch | 2018-05-01 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into feature/bug_743539 | Dimitri van Heesch | 2018-04-22 | 1 | -1/+4 |
|\ | |||||
| * | Bug 683564 - Value from enumeration followed with semicolon is not present ↵ | albert-github | 2018-02-14 | 1 | -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-github | 2018-03-06 | 1 | -4/+0 |
|/ | | | | internal is not a Java reserved word / keyword but was handled as such. | ||||
* | Merge pull request #645 from albert-github/feature/bug_638606 | Dimitri van Heesch | 2018-02-10 | 1 | -0/+16 |
|\ | | | | | Bug 638606 - Support for C# nullable type | ||||
| * | Bug 638606 - Support for C# nullable type | albert-github | 2018-02-01 | 1 | -0/+16 |
| | | | | | | | | Added, basic, support for C# nullable types. | ||||
* | | Bug 793052 - C#: Incorrect parsing of property definitions containing "//" ↵ | albert-github | 2018-01-31 | 1 | -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 function | Dimitri van Heesch | 2017-12-25 | 1 | -0/+5 |
| | |||||
* | Bug 787952 - Problem parsing c++ gnu::visibility | Dimitri van Heesch | 2017-11-09 | 1 | -1/+1 |
| | |||||
* | Fix C# property initializer parsing | Piotr Szydełko | 2017-05-20 | 1 | -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 type | Dimitri van Heesch | 2017-04-02 | 1 | -1/+2 |
| | |||||
* | Bug 769552 - doxygen warning parsing C++11 "using" declaration | Dimitri van Heesch | 2016-12-26 | 1 | -0/+3 |
| | |||||
* | Bug 707266 - C++/CLI indexed property not documented | Dimitri van Heesch | 2016-12-03 | 1 | -3/+3 |
| | |||||
* | Doxygen error: Found ';' while parsing initializer list | Dimitri van Heesch | 2016-10-10 | 1 | -1/+1 |
| | |||||
* | ug 756185 - Multiline //!< behavior changed | Dimitri van Heesch | 2016-10-09 | 1 | -2/+3 |
| | |||||
* | Bug 771152 - C++11 ref-qualifiers do not appear in Member Function ↵ | Dimitri van Heesch | 2016-09-21 | 1 | -0/+9 |
| | | | | Documentation section | ||||
* | flex: use %option instead of command line options. | Adrian Negreanu | 2016-09-21 | 1 | -0/+2 |
| | |||||
* | Bug 771344 - Class name 'internal' breaks class hierarchy in C++ | albert-github | 2016-09-18 | 1 | -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 resolved | albert-github | 2016-04-09 | 1 | -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 typedefs | Dimitri van Heesch | 2016-02-06 | 1 | -0/+5 |
| | |||||
* | Bug 761007 - Spaces between the closing bracket of the typename and the ↵ | albert-github | 2016-01-24 | 1 | -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 Heesch | 2016-01-17 | 1 | -27/+27 |
| | | | | improve performance | ||||
* | Bug 746361 - Doxygen thinks C++ class is Objective-C | Dimitri van Heesch | 2015-12-27 | 1 | -0/+6 |
| | |||||
* | Bug 757812 - Doxygen do not support comparison angle bracket in template | Dimitri van Heesch | 2015-12-20 | 1 | -2/+2 |
| | |||||
* | Bug 759177 - Markdown fenced code blocks not parsed properly in comment | Dimitri van Heesch | 2015-12-19 | 1 | -4/+4 |
| | |||||
* | Bug 759281 - Doxygen parser confused by C++11 attributes | Dimitri van Heesch | 2015-12-13 | 1 | -7/+18 |
| | |||||
* | Bug 759247 - C++11 unified initializer for array with templates treated as ↵ | Dimitri van Heesch | 2015-12-13 | 1 | -0/+2 |
| | | | | function | ||||
* | Actually using value of GROUP_NESTED_COMPOUNDS option | Maksim Shabunin | 2015-07-27 | 1 | -1/+1 |
| | |||||
* | Bug 751455 - class scoped enum documentation appearing at group level ↵ | Dimitri van Heesch | 2015-06-26 | 1 | -1/+2 |
| | | | | instead of class level | ||||
* | drop #include <unistd.h> | Adrian Negreanu | 2015-05-15 | 1 | -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 Heesch | 2015-05-15 | 1 | -0/+1 |
| | |||||
* | Bug 748208 - Bug #313527 regression - Enum in bitfield is not parsed properly. | Dimitri van Heesch | 2015-05-15 | 1 | -1/+7 |
| | |||||
* | Bug 746226 - last enum member not documented | Dimitri van Heesch | 2015-04-12 | 1 | -1/+2 |
| | |||||
* | Added documentation for ``` style fenced code block and more robust parsing | Dimitri van Heesch | 2015-04-05 | 1 | -4/+4 |
| |