summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
Commit message (Expand)AuthorAgeFilesLines
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-143/+114
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-10-131-2/+17
|\
| * Merge pull request #7297 from albert-github/feature/bug_572798Dimitri van Heesch2019-10-091-1/+1
| |\
| | * Bug 570798 - \\\< does not work for php constantsalbert-github2019-10-061-1/+1
| * | Merge pull request #7303 from albert-github/feature/issue_7302Dimitri van Heesch2019-10-091-0/+15
| |\ \
| | * | issue 7302: Parsing of template args in single-quotes is incorrect.albert-github2019-10-081-0/+15
| * | | Merge pull request #7283 from luzpaz/typosDimitri van Heesch2019-10-091-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | Fix typosluz.paz2019-09-281-1/+1
| | |/
* | | Fix lifetime issue for Entry objects.Dimitri van Heesch2019-10-131-2/+2
|/ /
* | Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-171/+146
|/
* issue #7265: Double quote character in C++ raw string literal causes Doxygen ...Dimitri van Heesch2019-09-241-0/+11
* Consistent way to show scanner statealbert-github2019-09-051-0/+2
* issue #7243: Some PHP classes are not properly extracted/documentedDimitri van Heesch2019-09-021-7/+6
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-16/+16
|\
| * Correction warning messagealbert-github2019-06-011-15/+15
| * Correction warning messagealbert-github2019-06-011-1/+1
* | Merge pull request #7097 from albert-github/featre/bug_437181Dimitri van Heesch2019-08-041-1/+1
|\ \
| * | Bug 437181 - The -d Preprocessor option doesn't work for php, should be in th...albert-github2019-07-021-1/+1
* | | issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 3)Dimitri van Heesch2019-08-011-2/+2
* | | issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 2)Dimitri van Heesch2019-07-311-8/+16
* | | issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messagesDimitri van Heesch2019-07-301-3/+6
* | | Merge pull request #7116 from albert-github/feature/bug_comment_recognitionDimitri van Heesch2019-07-301-2/+2
|\ \ \
| * | | Problem with with comment recognition for group open and closing commandsalbert-github2019-07-101-2/+2
| |/ /
* | | take doc group out of commentscan.lAdrian Negreanu2019-07-261-8/+8
|/ /
* | Fixes #6860.Austin Henriksen2019-06-121-0/+29
* | Bug 535853 - C# consts incorrectly placed under instance variablesalbert-github2019-06-101-0/+4
|/
* Merge pull request #6957 from cfriedt/feature/cfriedt/6955/allow-javadoc-styl...Dimitri van Heesch2019-05-211-0/+37
|\
| * Allow Javadoc-style comment blocks with a Doxyfile variableChristopher Friedt2019-05-031-0/+37
* | Fixed C++17-namespace assignment bugMatthew Hatch2019-05-091-0/+2
|/
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-2/+2
* Email address not seenalbert-github2019-04-191-3/+3
* Bug 322353 - C variable argument list doesn't work in @paramalbert-github2019-02-191-0/+1
* Merge branch 'feature/bug_136299' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-02-171-1/+1
|\
| * Bug 136299 - attributes to <p> tag get lostalbert-github2019-02-041-1/+1
* | Issue #6818 Certain regex pattern in class constant causes PHP class to be ig...albert-github2019-02-061-1/+2
* | Issue #6818 Certain regex pattern in class constant causes PHP class to be ig...albert-github2019-02-051-0/+1
|/
* Problem with just an asterisks on a `\code` linealbert-github2019-02-021-1/+1
* issue #6796 Bad link to section, subsection if pointing at item past suspicio...albert-github2019-01-261-1/+1
* Added 'constexpr' as attribute label and to XML outputDimitri van Heesch2019-01-131-0/+12
* issue #6748 1.8.15 regression with C# internal modifieralbert-github2019-01-081-0/+4
* issue #6734 parsing performance worsenedDimitri van Heesch2019-01-071-7/+8
* Fixed differently by changing root cause for introducing the spaceDimitri van Heesch2018-11-241-1/+1
* Minor restructuringDimitri van Heesch2018-11-181-37/+37
* Fix scanner.l for SliceJoe George2018-11-021-2/+2
* Merge remote-tracking branch 'doxygen/master'Joe George2018-11-021-4/+4
|\
| * Merge pull request #6561 from albert-github/feature/bug_scanner_obsolete_defi...Dimitri van Heesch2018-10-271-4/+0
| |\
| | * Remove obsolete definitions from scanneralbert-github2018-10-171-4/+0
| * | Merge pull request #6536 from albert-github/feature/bug_677092Dimitri van Heesch2018-10-271-0/+4
| |\ \
| | * | Bug 677092 - single quote in HTML section of PHP breaks doxygenalbert-github2018-10-031-0/+4
| | |/
* | | Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-29/+174
|/ /