summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added 'constexpr' as attribute label and to XML outputDimitri van Heesch2019-01-135-0/+25
* Added noexcept attribute to the XML outputDimitri van Heesch2019-01-131-0/+5
* Merge: moved example from 081 to 084, improved check if last char is newlineDimitri van Heesch2019-01-131-1/+1
* Merge branch 'feature/bug_pre_markdown' of https://github.com/albert-github/d...Dimitri van Heesch2019-01-131-1/+3
|\
| * No translation of markdown in <pre>albert-github2019-01-111-1/+3
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-01-123-1/+7
|\ \
| * \ Merge pull request #6767 from albert-github/feature/bug_xhtml_tooltipDimitri van Heesch2019-01-122-1/+2
| |\ \
| | * | Invalid id possible with tooltipsalbert-github2019-01-112-1/+2
| | |/
| * | Terminate brief in case of `-#` listalbert-github2019-01-111-0/+5
| |/
* | Added declfile, declline, and declcolumn attributes to the location element i...Dimitri van Heesch2019-01-126-22/+114
|/
* Merge pull request #6738 from albert-github/feature/issue_6733Dimitri van Heesch2019-01-101-7/+54
|\
| * issue #6733 invalid cite anchor id when using crossrefalbert-github2019-01-041-7/+54
* | Merge pull request #6740 from albert-github/feature/issue_6727Dimitri van Heesch2019-01-101-1/+1
|\ \
| * | issue #6727 SHOW_NAMESPACES = NO breaks latex PDFalbert-github2019-01-051-1/+1
* | | Merge pull request #6757 from albert-github/feature/issue_6754Dimitri van Heesch2019-01-101-1/+1
|\ \ \
| * | | issue #6754 False positives for "multiple @param sections"albert-github2019-01-081-1/+1
* | | | Merge pull request #6761 from albert-github/feature/bug_xhtml_briefDimitri van Heesch2019-01-101-0/+4
|\ \ \ \
| * | | | Terminating brief commandalbert-github2019-01-101-0/+4
* | | | | Don't write the plantuml cache file in case there are no plantuml diagrams.albert-github2019-01-101-0/+1
|/ / / /
* | | | Merge branch 'cheoljoo-run_java_once_3rd_trial'Dimitri van Heesch2019-01-0810-83/+417
|\ \ \ \
| * \ \ \ Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2019-01-089-183/+162
| |\ \ \ \
| | * | | | remove PLANTUML_RUN_FAST because FAST is default.Charles.Lee2019-01-063-128/+11
| | * | | | Fast PlantumlCharles.Lee2019-01-011-13/+13
| | * | | | # IntroductionCharles.Lee2018-12-282-35/+115
| * | | | | Improved code structure a bitDimitri van Heesch2018-12-272-57/+65
| * | | | | Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2018-12-2711-21/+368
| |\ \ \ \ \ | | |/ / / /
| | * | | | JAVA_ONCE -> FASTCharles.Lee2018-12-264-7/+9
| | * | | | add plantuml.h in doxygen.cppCharles.Lee2018-12-241-0/+1
| | * | | | mergeCharles.Lee2018-12-24112-4663/+11844
| | |\ \ \ \
| | * | | | | Imporvement of performance : Reduce the Java running count (3rd trial)Charles.Lee2018-08-292-117/+3
| | * | | | | PLANTUML_RUN_JAVA_ONCE is working well. But some specific plantuml has error...Charles.Lee2018-08-291-2/+4
| | * | | | | add format in writePlantUMLSource() and gathered in one pu file. But it is n...Charles.Lee2018-08-287-26/+239
| | * | | | | Merge remote-tracking branch 'upstream/master' into run_java_onceCharles.Lee2018-08-2725-97/+151
| | |\ \ \ \ \
| | * | | | | | source arrangementCharles.Lee2018-08-272-15/+5
| | * | | | | | Imporvement of performance : Reduce the Java running countCharles.Lee2018-08-276-13/+267
* | | | | | | | Shortened EXTRACT_PRIVATE_VIRTUAL to EXTRACT_PRIV_VIRTUAL to deal with max le...Dimitri van Heesch2019-01-083-10/+12
* | | | | | | | Merge branch 'extract-private-virtual' of https://github.com/mosra/doxygen in...Dimitri van Heesch2019-01-083-5/+24
|\ \ \ \ \ \ \ \
| * | | | | | | | Implement a new EXTRACT_PRIVATE_VIRTUAL option.Vladimír Vondruš2019-01-033-5/+24
* | | | | | | | | Merge pull request #6750 from albert-github/feature/issue_6725Dimitri van Heesch2019-01-081-2/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | issue #6725 Doxygen 1.8.15 CMake 3.13 incompatibilityalbert-github2019-01-071-2/+3
* | | | | | | | | | issue #6748 1.8.15 regression with C# internal modifieralbert-github2019-01-081-0/+4
| |_|_|_|_|_|/ / / |/| | | | | | | |
* | | | | | | | | Merge pull request #6751 from albert-github/feature/issue_6749Dimitri van Heesch2019-01-071-0/+5
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | issue #6749 doxygen 1.8.15 segfaultalbert-github2019-01-071-0/+5
| |/ / / / / / / /
* | | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-01-075-10/+31
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | issue #6744 Ampersand in Markdown image URL is not escaped in XML outputalbert-github2019-01-064-9/+30
| * | | | | | | | Merge pull request #6739 from albert-github/feature/bug_hrDimitri van Heesch2019-01-051-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Implementing `<hr>` for LaTeXalbert-github2019-01-051-1/+1
| | | |_|_|_|_|_|/ | | |/| | | | | |
* | | | | | | | | issue #6734 parsing performance worsenedDimitri van Heesch2019-01-079-45/+88
|/ / / / / / / /
* | | | | | | | Fixed alt attribute appearing in <object> tag for SVG imagesDimitri van Heesch2019-01-051-57/+39
* | | | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-01-051-0/+2
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |