summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code and fix more warningsDimitri van Heesch2020-03-081-1/+0
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-21/+17
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-13/+6
* issue #7585: Doxygen 1.8.17 false warnings and no generate output for documen...Dimitri van Heesch2020-02-231-1/+0
* Restructure section handlingDimitri van Heesch2020-02-211-27/+23
* Restructure citation handlingDimitri van Heesch2020-02-161-7/+2
* Removed Doxygen::gatherDefines as it was not used anymoreDimitri van Heesch2020-02-151-1/+0
* Forgot to remove some config files.Dimitri van Heesch2020-02-131-1/+1
* Improve formula handling and rendering.Dimitri van Heesch2020-02-121-102/+34
* Move DocGroup inside CommentScanner instead of using a globalDimitri van Heesch2020-01-261-1/+0
* Cleanup unused/unwanted parser dependencies on code generatorDimitri van Heesch2020-01-261-0/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-01-191-1/+3
|\
| * Crash of doxygen on not understood codealbert-github2020-01-181-1/+3
* | issue 7514: Missing parenthesis for typedef function pointerDimitri van Heesch2020-01-191-1/+1
|/
* Bug 769411 - Confuses functions with the same name, but different namespacealbert-github2020-01-111-1/+1
* Make pyscanner.l reentrantDimitri van Heesch2019-12-291-4/+0
* Replaced \_fakeform by \_formDimitri van Heesch2019-12-261-1/+1
* Merge branch 'feature/bug_formula' of https://github.com/albert-github/doxyge...Dimitri van Heesch2019-12-261-1/+1
|\
| * Better warning in case of `@form`albert-github2019-11-061-1/+1
* | Merge branch 'master' into spellingDimitri van Heesch2019-12-231-299/+106
|\ \
| * | Removed exitCode parameter as it is always 1Dimitri van Heesch2019-12-221-8/+8
| * | Merge branch 'feature/bug_terminate' of https://github.com/albert-github/doxy...Dimitri van Heesch2019-12-221-16/+8
| |\ \
| | * | Better termination messagealbert-github2019-11-221-16/+8
| * | | Merge branch 'feature/bug_config' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-201-5/+16
| |\ \ \
| | * | | Checking of right usage of configuration list itemsalbert-github2019-11-251-5/+16
| | |/ /
| * | | issue #7446: C#: parameter named `extends` is broken in the documentationDimitri van Heesch2019-12-201-4/+4
| * | | Extend built-in STL support with more classesDimitri van Heesch2019-12-191-223/+2
| * | | Renamed Portables to PortableDimitri van Heesch2019-12-081-17/+17
| * | | Merge branch 'memory_leakage_fix' of https://github.com/virusxp/doxygen into ...Dimitri van Heesch2019-12-081-17/+17
| |\ \ \
| | * | | Refactoring of portable.h and portable.cpp functions to be contained in a nam...Tobias Off2019-11-281-17/+17
| * | | | Changed std::unique_ptr<Entry> to std::shared_ptr<Entry> at avoid use after f...Dimitri van Heesch2019-12-081-16/+16
| * | | | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-29/+54
| * | | | Made scanner.l reentrantDimitri van Heesch2019-12-011-1/+0
| | |/ / | |/| |
| * | | Made code.l scanner reentrantDimitri van Heesch2019-11-211-2/+2
| |/ /
| * | HHC and directory elements starting with "."albert-github2019-11-151-0/+1
* | | spelling: unspecializedJosh Soref2019-11-121-1/+1
* | | spelling: javascriptJosh Soref2019-11-121-2/+2
* | | spelling: existenceJosh Soref2019-11-121-1/+1
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-091-5/+5
|\ \
| * \ Merge pull request #7377 from albert-github/feature/bug_spell_srcDimitri van Heesch2019-11-061-5/+5
| |\ \ | | |/ | |/|
| | * Spelling corrections for src directoryalbert-github2019-11-051-5/+5
* | | Make preprocess code reentrantDimitri van Heesch2019-11-091-5/+5
|/ /
* | issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-8/+8
|/
* Removing left over debug statementsalbert-github2019-11-011-1/+1
* Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-3/+3
* Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-291-1/+1
* Replaced QList<Grouping> with std::vector<Grouping>Dimitri van Heesch2019-10-291-20/+16
* Replaced QList<BaseInfo> with std::vector<BaseInfo>Dimitri van Heesch2019-10-291-27/+20
* Embed TagInfo struct inside EntryDimitri van Heesch2019-10-281-47/+47
* Merge pull request #7355 from albert-github/feature/bug_quote_warn_2Dimitri van Heesch2019-10-281-2/+3
|\