summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \
| * \ \ Merge remote-tracking branch 'doxygen/master'Joe George2018-11-021-14/+5
| |\ \ \
| * | | | Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-31/+120
* | | | | Merge branch 'feature/issue_6517' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-11-111-0/+33
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | issue_6517: Emoji supportalbert-github2018-10-011-0/+33
* | | | | Merge pull request #6562 from albert-github/feature/bug_referencesDimitri van Heesch2018-11-041-0/+33
|\ \ \ \ \
| * | | | | Add commands to handle referenced by relation and references relationalbert-github2018-10-171-0/+33
* | | | | | Merge pull request #6558 from albert-github/feature/issue_6547_2Dimitri van Heesch2018-11-041-1/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | issue_6547 Call graph missing due to ALIASESalbert-github2018-10-161-1/+1
| |/ / / /
* | | | | Merge pull request #6588 from Sleepyowl/masterDimitri van Heesch2018-10-311-1/+2
|\ \ \ \ \
| * | | | | Add support for std::shared_ptrDmitry Soloviev2017-02-131-1/+2
* | | | | | Merge branch 'feature/docbook_cleanup' of https://github.com/albert-github/do...Dimitri van Heesch2018-10-281-11/+0
|\ \ \ \ \ \
| * | | | | | Remove old obsolete docbook generatoralbert-github2018-10-171-11/+0
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #6459 from aquayan/patch-1Dimitri van Heesch2018-10-271-2/+3
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | Update doxygen.cppaquayan2018-08-241-2/+3
| | |_|_|/ | |/| | |
* | | | | issue_6566: INHERIT_DOCS not working for pythonalbert-github2018-10-221-1/+1
| |/ / / |/| | |
* | | | issue_6547 Call graph missing due to ALIASESalbert-github2018-10-111-1/+1
| |_|/ |/| |
* | | redundant input_filter runs significantly reduce performance when FILTER_SOUR...Dimitri van Heesch2018-09-251-0/+12
* | | Merge pull request #6487 from albert-github/feature/bug_docbookDimitri van Heesch2018-09-151-4/+34
|\ \ \
| * | | Implementation of standard generator for docbook outputalbert-github2018-09-071-4/+34
| |/ /
* | | Difference between standard and used Doxyfilealbert-github2018-09-151-1/+32
|/ /
* | Merge branch 'lineno'Dimitri van Heesch2018-08-191-3/+8
|\ \
| * | Bug 691689 - Line numbers for examplesDimitri van Heesch2018-08-191-3/+8
* | | Cannot Generate Layout File using -lalbert-github2018-08-151-8/+3
|/ /
* | Correction for `doxygen -g`albert-github2018-07-251-0/+4
* | Merge pull request #6403 from albert-github/feature/bug_doxyfile_optionsDimitri van Heesch2018-07-231-26/+19
|\ \
| * | Consistency between 'generate' and 'update' startup optionalbert-github2018-07-211-26/+19
* | | Moved local toc data into a separate type for better encapsulationDimitri van Heesch2018-07-221-2/+2
* | | Merge branch 'feature/bug_tableofcontents_latex' of https://github.com/albert...Dimitri van Heesch2018-07-221-2/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'feature/bug_tableofcontents_latex' of https://github.com/albert...albert-github2018-07-121-9/+51
| |\ \
| | * \ Merge branch 'master' into feature/bug_tableofcontents_latexDimitri van Heesch2018-06-241-9/+51
| | |\ \
| * | | | Enable in page table of contents for XML and add maximum level to in page tab...albert-github2018-07-121-2/+2
| |/ / /
| * | | Enable in page table of contents for LaTeXalbert-github2018-05-211-2/+2