summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | | | Add const correctness for argument listsDimitri van Heesch2019-05-051-16/+19
|/ / / / /
* | | | | Further const correctness changesDimitri van Heesch2019-05-051-125/+130
|/ / / /
* | | | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-47/+233
| |/ / |/| |
* | | Merge pull request #6857 from albert-github/feature/bug_645910Dimitri van Heesch2019-03-101-1/+8
|\ \ \ | |/ / |/| |
| * | Bug 645910 - Segfault on recursion while parsing "\subpage A" in "\page A"albert-github2019-02-251-1/+8
* | | Merge pull request #6858 from albert-github/feature/issue_6847Dimitri van Heesch2019-02-281-1/+1
|\ \ \
| * | | issue_6847 Physical newlines (^^) in ALIASES produce a mismatch between docum...albert-github2019-02-251-1/+1
| |/ /
* | | Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-73/+51
|/ /
* | Remove persistent storage of Entry objectsDimitri van Heesch2019-02-171-780/+540
|/
* Merge pull request #6824 from albert-github/feature/bug_766508Dimitri van Heesch2019-02-091-0/+1
|\
| * Bug 766508 - missing comments of overridden methodsalbert-github2019-02-061-0/+1
* | issue #6828 Physical newlines (^^) in ALIASES configuration tags not working ...albert-github2019-02-071-1/+1
|/
* Added declfile, declline, and declcolumn attributes to the location element i...Dimitri van Heesch2019-01-121-10/+29
* Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2019-01-081-6/+3
|\
| * remove PLANTUML_RUN_FAST because FAST is default.Charles.Lee2019-01-061-6/+3
* | Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2018-12-271-0/+8
|\ \ | |/
| * JAVA_ONCE -> FASTCharles.Lee2018-12-261-1/+1
| * add plantuml.h in doxygen.cppCharles.Lee2018-12-241-0/+1
| * mergeCharles.Lee2018-12-241-47/+265
| |\
| * | Imporvement of performance : Reduce the Java running countCharles.Lee2018-08-271-0/+8
* | | Fixed some more small memory leaksDimitri van Heesch2018-12-261-1/+4
| |/ |/|
* | Merge branch 'master' of https://github.com/zeroc-ice/doxygen into zeroc-ice-...Dimitri van Heesch2018-11-171-31/+120
|\ \
| * \ Merge remote-tracking branch 'doxygen/master'Joe George2018-11-051-1/+34
| |\ \