summaryrefslogtreecommitdiffstats
path: root/src/docparser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-10/+10
* Merge branch 'feature/bug_doctok_cnt' of https://github.com/albert-github/dox...Dimitri van Heesch2020-10-051-227/+227
|\
| * Miscounting lines in doctokinizeralbert-github2020-09-201-227/+227
* | issue #8037: Links using @ref stopped working in doxygen 1.8.19Dimitri van Heesch2020-09-211-2/+2
|/
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-4/+7
* Refactor: modernize configuration valuesDimitri van Heesch2020-06-041-6/+4
* issue #7702: test list is always createdDimitri van Heesch2020-04-141-9/+1
* Missing break statement (#7696)albert-github2020-04-101-0/+1
* Changed fix as proposedDimitri van Heesch2020-04-091-43/+36
* issue #7692 \copydoc does not work with file paths including dotsalbert-github2020-04-081-4/+15
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-15/+15
* Fix not correctly formatted messagesMoritz 'Morty' StrĂ¼be2020-03-211-225/+227
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-32/+32
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-10/+10
* Restructure section handlingDimitri van Heesch2020-02-211-58/+31
* Restructure citation handlingDimitri van Heesch2020-02-161-10/+13
* Improve formula handling and rendering.Dimitri van Heesch2020-02-121-7/+5
* More indicative warning for wrong nesting of sectionsalbert-github2020-02-081-3/+3
* More accurate warning message.albert-github2020-01-301-1/+1
* Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...albert-github2020-01-091-2/+16
* 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
* | Merge branch 'feature/bug_html_s' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-261-1/+17
|\ \
| * | Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-161-1/+17
* | | Minor tweaksDimitri van Heesch2019-12-251-3/+4
* | | Merge branch 'feature/bug_style_change' of https://github.com/albert-github/d...Dimitri van Heesch2019-12-251-64/+70
|\ \ \
| * \ \ Merge branch 'master' into feature/bug_style_changeDimitri van Heesch2019-12-251-90/+99
| |\ \ \
| * | | | Warning with XML / HTML style commandsalbert-github2019-10-201-64/+70
* | | | | Fixed compiler warnings in docparser.cppDimitri van Heesch2019-12-231-4/+4
| |/ / / |/| | |
* | | | Merge branch 'master' into spellingDimitri van Heesch2019-12-231-39/+37
|\ \ \ \
| * \ \ \ Merge pull request #7211 from albert-github/feature/issue_7210Dimitri van Heesch2019-12-231-32/+30
| |\ \ \ \
| | * | | | issue #7210: 1.8.16: Image inclusion is inconsistentalbert-github2019-08-201-32/+30
| | | |/ / | | |/| |
| * | | | Merge branch 'feature/bug_unsupported_html' of https://github.com/albert-gith...Dimitri van Heesch2019-12-181-1/+1
| |\ \ \ \
| | * | | | Output of unknown xml/html tagalbert-github2019-11-061-1/+1
| | | |_|/ | | |/| |
| * | | | Fix logic bug in SVG detectionDimitri van Heesch2019-12-141-1/+1
| * | | | Renamed Portables to PortableDimitri van Heesch2019-12-081-5/+5
| * | | | Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-281-5/+5
* | | | | spelling: embeddingJosh Soref2019-11-121-2/+2
|/ / / /
* | | | Merge branch 'feature/bug_warn_illegal_command' of https://github.com/albert-...Dimitri van Heesch2019-11-101-6/+12
|\ \ \ \
| * | | | Better warning message in case of illegal commandalbert-github2019-11-061-4/+4
| * | | | Better warning message in case of illegal commandalbert-github2019-11-061-6/+12
| |/ / /
* | | | Spelling corrections for src directoryalbert-github2019-11-051-1/+1
|/ / /
* | | Merge pull request #7323 from albert-github/feature/bug_empty_html_tagDimitri van Heesch2019-11-021-18/+26
|\ \ \
| * | | Skip empty HTML tagalbert-github2019-10-151-18/+26
* | | | Merge branch 'master' into feature/bug_param_missing_warnDimitri van Heesch2019-11-011-24/+20
|\ \ \ \
| * \ \ \ Merge branch 'std'Dimitri van Heesch2019-10-271-19/+14
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-19/+14
| | |/ /
| * | | Support for <a id="label">albert-github2019-10-161-1/+1
| |/ /
| * | Warning when using empty HTML tagalbert-github2019-10-141-3/+4