summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
Commit message (Expand)AuthorAgeFilesLines
* Forgot to handle deprecated in the same way as other xref itemsDimitri van Heesch2020-12-031-1/+1
* Join sequences of the same type of xref items together in a single paragraph ...Dimitri van Heesch2020-12-021-9/+11
* Line miscount in case of Html type Commentalbert-github2020-11-281-1/+5
* Reworked changes a bitDimitri van Heesch2020-10-041-20/+20
* Miscounting of lines in respect to page commandalbert-github2020-09-241-21/+24
* issue #8037: Links using @ref stopped working in doxygen 1.8.19Dimitri van Heesch2020-09-211-0/+1
* Line count mismatch for Python (#8041)albert-github2020-09-181-1/+1
* Command \ilinebr reamainedalbert-github2020-09-031-6/+6
* Improvement of line count for e.g. warningsalbert-github2020-08-151-4/+4
* New option allowing processing using multiple threadsDimitri van Heesch2020-08-051-12/+0
* Misleading warning about missing argumentalbert-github2020-07-311-14/+25
* More \ilinebr related cleanup and combined some rulesDimitri van Heesch2020-07-281-1/+0
* More improvement regarding \\ilinebr handlingDimitri van Heesch2020-07-281-9/+5
* Better handling of \\ilinebrDimitri van Heesch2020-07-281-1/+17
* Forgot to add space after internal \ilinebr commandDimitri van Heesch2020-07-271-1/+1
* Additional tweaks to get markdown tables inside ALIASES workDimitri van Heesch2020-07-271-31/+31
* issue #7867 Fixed regression where blank line after \class was not seen as pa...Dimitri van Heesch2020-07-181-476/+494
* issue #7852, #7867, #7901: Changed the set of commands that effect ending a b...Dimitri van Heesch2020-07-171-146/+150
* Multi-threaded parsing: added locks around global dataDimitri van Heesch2020-06-171-13/+39
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-1046/+1049
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-20/+25
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-31/+21
* Restructure section handlingDimitri van Heesch2020-02-211-27/+26
* Restructure citation handlingDimitri van Heesch2020-02-161-1/+1
* Improve formula handling and rendering.Dimitri van Heesch2020-02-121-15/+6
* Fix 'converting to std::stack<GuardedSection> from initializer list would use...Dimitri van Heesch2020-01-281-1/+1
* commentscan.l: replace QStack by std::stackDimitri van Heesch2020-01-271-47/+39
* Replace DocCmdMapper by std::mapDimitri van Heesch2020-01-271-209/+150
* Move DocGroup inside CommentScanner instead of using a globalDimitri van Heesch2020-01-261-12/+56
* Merge branch 'ifspacing'Dimitri van Heesch2020-01-261-0/+2
|\
| * Fix for removed spaces in certain \if \else \endif constructsDimitri van Heesch2020-01-071-0/+2
* | Merge pull request #7498 from albert-github/feature/bug_rulesDimitri van Heesch2020-01-111-12/+0
|\ \
| * | Remove unused rulesalbert-github2020-01-091-12/+0
| |/
* | Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...albert-github2020-01-091-0/+4
|/
* Make commentscan.l reentrantDimitri van Heesch2019-12-301-1324/+1441
* Replaced \_fakeform by \_formDimitri van Heesch2019-12-261-2/+2
* Merge branch 'feature/bug_formula' of https://github.com/albert-github/doxyge...Dimitri van Heesch2019-12-261-2/+2
|\
| * Better warning in case of `@form`albert-github2019-11-061-2/+2
* | Removed exitCode parameter as it is always 1Dimitri van Heesch2019-12-221-1/+1
* | Merge branch 'feature/bug_terminate' of https://github.com/albert-github/doxy...Dimitri van Heesch2019-12-221-2/+1
|\ \
| * | Better termination messagealbert-github2019-11-221-2/+1
* | | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-2/+2
|/ /
* | Remove bogus flex codeDimitri van Heesch2019-11-181-9/+0
* | Spelling corrections for src directoryalbert-github2019-11-051-1/+1
|/
* Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-9/+6
* Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-291-3/+3
* Replaced QList<Grouping> with std::vector<Grouping>Dimitri van Heesch2019-10-291-2/+2
* Replaced QList<BaseInfo> with std::vector<BaseInfo>Dimitri van Heesch2019-10-291-5/+5
* Merge branch 'std'Dimitri van Heesch2019-10-071-11/+7
|\
| * Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-11/+7