summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * | issue #6831 Failure to recognize class array with PHP in @varalbert-github2019-02-151-1/+1
* | | issue 7068: "QGDict::hashAsciiKey: Invalid null key" error messages (part 2)Dimitri van Heesch2019-07-311-2/+2
* | | Reduce code duplication when printing version stringDimitri van Heesch2019-07-301-31/+20
* | | Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...Dimitri van Heesch2019-07-301-3/+24
|\ \ \
| * | | Show git version informationalbert-github2019-05-311-11/+9
| * | | Show git version informationalbert-github2019-04-071-3/+26
* | | | Improved constness and avoid using non-const members of aliasesDimitri van Heesch2019-07-291-25/+29
* | | | Merge branch 'docgroup' of https://github.com/groleo/doxygen into groleo-docg...Dimitri van Heesch2019-07-271-0/+1
|\ \ \ \
| * | | | take doc group out of commentscan.lAdrian Negreanu2019-07-261-0/+1
* | | | | issue @7140 DoxygenLayout does not support UTF8 BOM formatalbert-github2019-07-261-3/+1
* | | | | Merge pull request #7112 from arm-in/masterDimitri van Heesch2019-07-201-1/+1
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | built-inArmin Müller2019-07-091-1/+1
* | | | | Avoid calling non-const member aliases and 0 pointer dereference in sqlite3Dimitri van Heesch2019-06-171-3/+3
* | | | | refactoring dot.cppThomas Haller2019-06-131-0/+1
| |_|_|/ |/| | |
* | | | Merge pull request #6954 from albert-github/feature/bug_ambig_fileDimitri van Heesch2019-05-301-1/+11
|\ \ \ \
| * | | | Ambiguous file name in file commandalbert-github2019-05-031-1/+1
| * | | | Ambiguous file name in file commandalbert-github2019-05-021-0/+10
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-05-151-9/+6
|\ \ \ \ \
| * \ \ \ \ Merge pull request #6988 from albert-github/feature/bug_htags_call_graphDimitri van Heesch2019-05-151-8/+5
| |\ \ \ \ \
| | * | | | | USE_HTAGS = YES, there are _no_ call / caller graphs in the documentationalbert-github2019-05-141-8/+5
| * | | | | | Don't try to load htags filemap in case htags failsalbert-github2019-05-141-1/+1
| |/ / / / /
* | | | | | issue 6986: C++ static template methods: duplication as non-static and specia...Dimitri van Heesch2019-05-151-0/+6
|/ / / / /
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-05-071-1/+1
|\ \ \ \ \
| * | | | | Missing white space in warningalbert-github2019-05-061-1/+1