summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
Commit message (Expand)AuthorAgeFilesLines
* 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
* | issue #7274 Subpages no longer possible under mainpagealbert-github2019-09-271-1/+1
|/
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-2/+2
* Merge pull request #7264 from albert-github/feature/bug_164073Dimitri van Heesch2019-09-161-0/+17
|\
| * Bug 164073 - There should be a dummy tag that Doxygen ignoresalbert-github2019-09-151-0/+17
| * issue #6715: Errorneous matching of the immediately following block command a...Dimitri van Heesch2019-09-071-5/+0
| * issue #6715: Errorneous matching of the immediately following block command a...Dimitri van Heesch2019-09-071-0/+5
* | Consistent way to show scanner statealbert-github2019-09-051-0/+3
|/
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-2/+2
|\
| * Correction warning messagealbert-github2019-06-011-2/+2
* | Minor code simplificationsDimitri van Heesch2019-08-041-3/+8
* | Merge branch 'feature/bug_doc_cont' of https://github.com/albert-github/doxyg...Dimitri van Heesch2019-08-041-0/+3
|\ \
| * | Incorrect joining documentation sections.albert-github2019-07-071-0/+3
* | | Regression: unbalanced grouping commandsalbert-github2019-08-021-1/+1
* | | Merge branch 'feature/regr_7105_2' of https://github.com/albert-github/doxyge...Dimitri van Heesch2019-07-301-1/+1
|\ \ \
| * | | regression #7105 Correct counting in case of `\name`albert-github2019-07-121-0/+1
| |/ /
* | | Merge branch 'feature/regr_7105' of https://github.com/albert-github/doxygen ...Dimitri van Heesch2019-07-301-1/+0
|\ \ \
| * | | regression #7105 correct counting for group close countingalbert-github2019-07-101-0/+1
| |/ /
* | | Merge pull request #7026 from albert-github/feature/bug_end_comment_code_sectionDimitri van Heesch2019-07-291-6/+9
|\ \ \
| * | | End comment marker in \code section.albert-github2019-06-041-6/+9
| | |/ | |/|
* | | take doc group out of commentscan.lAdrian Negreanu2019-07-261-216/+12
| |/ |/|