summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
Commit message (Expand)AuthorAgeFilesLines
* issue #8552 Javadoc: strange issue with @verbatim ... @endverbatimalbert-github2021-05-151-1/+1
* Missing page when followed by mainpagealbert-github2021-05-081-1/+0
* Merge branch 'master' into feature/bug_formula_mjDimitri van Heesch2021-04-281-66/+86
|\
| * Merge pull request #8424 from albert-github/feature/bug_default_rule_paramDimitri van Heesch2021-04-221-0/+8
| |\
| | * Usage of default lex rule with `\param`albert-github2021-03-121-0/+8
| * | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-66/+78
* | | Problems with some commands in MathJaxalbert-github2021-04-201-5/+15
|/ /
* | issue #2732: Adding support for C++ concepts (Origin: bugzilla #499352)Dimitri van Heesch2021-04-081-0/+35
* | Refactoring: make qcstring.h a local includeDimitri van Heesch2021-03-261-2/+1
* | Refactoring: move qcstring and remove qtoolsDimitri van Heesch2021-03-251-169/+165
|/
* Refactoring: replace QTextStream by ifstreamDimitri van Heesch2021-03-031-1/+1
* Merge branch 'master' into feature/bug_lexDimitri van Heesch2021-03-031-2/+0
|\
| * Wrong place in comment scanner of end summary tagalbert-github2021-01-221-2/+0
* | Adding support for lex filesalbert-github2021-02-181-8/+21
|/
* 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