summaryrefslogtreecommitdiffstats
path: root/src/scanner.l
Commit message (Expand)AuthorAgeFilesLines
* issue #7635: Incorrect location for enum in XML fileDimitri van Heesch2020-03-141-6/+54
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-5/+10
* Incorrect handling of typedef in combination with constalbert-github2020-02-251-3/+10
* issue #6319: C++ function returning std::function with reference argument is ...Dimitri van Heesch2020-02-171-15/+16
* Fix compiler warnings on Windows (Visual Studio)Dimitri van Heesch2020-02-121-0/+3
* issue #7508: TYPEDEF_HIDES_STRUCT stopped working properlyDimitri van Heesch2020-01-281-5/+3
* Move DocGroup inside CommentScanner instead of using a globalDimitri van Heesch2020-01-261-8/+8
* Cleanup unused/unwanted parser dependencies on code generatorDimitri van Heesch2020-01-261-1/+0
* Merge pull request #7497 from albert-github/feature/bug_consistency_onlyDimitri van Heesch2020-01-111-4/+4
|\
| * Consistency `\*only` and `\end*only` commandsalbert-github2020-01-091-4/+4
* | issue #7472: Serious regression: /**< comments cause functions to be silently...Dimitri van Heesch2020-01-091-5/+3
|/
* Make commentscan.l reentrantDimitri van Heesch2019-12-301-3/+5
* Merge branch 'master' into feature/bug_fenced_codeDimitri van Heesch2019-12-261-3498/+3428
|\
| * issue #7446: C#: parameter named `extends` is broken in the documentationDimitri van Heesch2019-12-201-4/+4
| * Incorrect warning "yyextra->inside" instead of "inside"albert-github2019-12-181-2/+2
| * issue #7412: HTML: Opening a reference link in a new tab does not scroll to t...Dimitri van Heesch2019-12-101-2/+5
| * Merge branch 'master' into feature/bug_coverity_unintDimitri van Heesch2019-12-081-85/+58
| |\
| | * Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-45/+46
| | * Added missing debug flags for scanner that were made reentrantDimitri van Heesch2019-12-051-0/+3
| | * Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-40/+9
| * | Coverity uninitializedalbert-github2019-12-021-1/+1
| |/
| * Made scanner.l reentrantDimitri van Heesch2019-12-011-3329/+3371
| * Fixed line count misaligned introduced with JAVADOC_BANNERDimitri van Heesch2019-11-241-36/+38
| * Cleanup scanner.l code and namingDimitri van Heesch2019-11-241-2756/+2723
| * Made code.l scanner reentrantDimitri van Heesch2019-11-211-2/+5
| * Remove bogus flex codeDimitri van Heesch2019-11-181-7/+0
| * Fix line count after multiline close groupRoel Standaert2019-11-121-0/+1
| * Simplied the logic for moving documentation to the most nested EntryDimitri van Heesch2019-11-101-23/+21
| * Merge branch 'feature/issue_7295' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-11-101-0/+17
| |\
| | * issue #7295 Doxygen documentation of C++17 nested namespace erroneousalbert-github2019-10-061-0/+17
| * | Fixed use of uninitialized pointer in preprocessorDimitri van Heesch2019-11-091-1/+1
| * | Spelling corrections for src directoryalbert-github2019-11-051-1/+1
| * | Merge pull request #7364 from albert-github/feature/issue_7358Dimitri van Heesch2019-11-021-1/+1
| |\ \
| | * | issue #7358: Ternary conditional and null-coalescing operator in constructor ...albert-github2019-10-301-1/+1
| * | | Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-18/+4
| * | | Replaced QList<Grouping> with std::vector<Grouping>Dimitri van Heesch2019-10-291-60/+4
| * | | Replaced QList<BaseInfo> with std::vector<BaseInfo>Dimitri van Heesch2019-10-291-6/+6
| |/ /
* | | Length of identifying fenced code blockalbert-github2019-10-291-8/+12
|/ /
* | 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