summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Properly open quotes in warningalbert-github2019-10-281-2/+3
* | Merge pull request #7332 from albert-github/feature/bug_rtf_manDimitri van Heesch2019-10-281-7/+14
|\ \ | |/ |/|
| * RTF extension file to standard output, make according documentation consistent.albert-github2019-10-171-7/+14
* | Merge branch 'std'Dimitri van Heesch2019-10-271-333/+249
|\ \ | |/ |/|
| * Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-333/+249
* | Revert "Minor code cleanup for layout files"Dimitri van Heesch2019-10-161-1/+1
|/
* Properly close quotes in warningalbert-github2019-10-101-0/+2
* Merge pull request #7283 from luzpaz/typosDimitri van Heesch2019-10-091-1/+1
|\
| * Fix typosluz.paz2019-09-281-1/+1
* | Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-495/+474
|/
* issue #7277: C++ - Crash using all system memory on using parent constructor ...Dimitri van Heesch2019-09-261-2/+2
* Minor code cleanup for layout filesDimitri van Heesch2019-09-241-1/+1
* Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-211-1/+1
* Warning with xrefitem from documentationalbert-github2019-09-131-0/+2
* Refactoring code for dot related source filesDimitri van Heesch2019-09-101-1/+0
* issue #7189: wrong warning on ambiguous image filesDimitri van Heesch2019-09-021-8/+23
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-121/+121
|\
| * Correction warning messagealbert-github2019-06-011-121/+121
* | Merge branch 'feature/issue_6831' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-08-041-1/+1
|\ \