summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into feature/bug_xml_langDimitri van Heesch2020-08-01163-7288/+8045
|\
| * Merge pull request #7937 from albert-github/feature/bug_warn_missing_argDimitri van Heesch2020-08-011-14/+25
| |\
| | * Misleading warning about missing argumentalbert-github2020-07-311-14/+25
| * | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-07-314-9/+15
| |\ \
| | * \ Merge pull request #7936 from albert-github/feature/bug_cite_debugDimitri van Heesch2020-07-314-9/+15
| | |\ \
| | | * | Debug facility for the \cite commandalbert-github2020-07-314-9/+15
| * | | | Merge branch 'albert-github-feature/bug_cite_crossref'Dimitri van Heesch2020-07-312-45/+121
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Moved citation cross reference searching to a separate functionDimitri van Heesch2020-07-312-86/+119
| | * | | Merge branch 'feature/bug_cite_crossref' of https://github.com/albert-github/...Dimitri van Heesch2020-07-311-3/+46
| | |\ \ \ | |/ / / /
| | * | | crossref citations are shown unconditionallyalbert-github2020-07-311-5/+8
| | * | | crossref citations are shown unconditionallyalbert-github2020-07-301-23/+26
| | * | | crossref citations are shown unconditionallyalbert-github2020-07-291-1/+38
| * | | | Merge branch 'albert-github-feature/bug_cite_number'Dimitri van Heesch2020-07-311-2/+2
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Minors tweaks to the regular expressionsDimitri van Heesch2020-07-311-2/+2
| | * | | Merge branch 'feature/bug_cite_number' of https://github.com/albert-github/do...Dimitri van Heesch2020-07-311-2/+2
| | |\ \ \ | |/ / / /
| | * | | Incorrect representation of citationalbert-github2020-07-311-2/+2
| | | |/ | | |/|
| * | | issue #7881: More flexible and correct detection of direction of an argument ...Dimitri van Heesch2020-07-312-2/+5
| |/ /
| * | issue #7934: include dependency graph: The boxes of files shows the name of t...Dimitri van Heesch2020-07-311-2/+2
| * | issue #7881: More flexible and correct detection of direction of an argument ...Dimitri van Heesch2020-07-301-7/+10
| * | Merge branch 'albert-github-feature/bug_direction'Dimitri van Heesch2020-07-303-7/+6
| |\ \
| | * | Simplified extractDirection()Dimitri van Heesch2020-07-302-21/+5
| | * | Merge branch 'feature/bug_direction' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-07-302-5/+20
| | |\ \ | |/ / /
| | * | More flexible and correct detection of direction of an argumentalbert-github2020-06-282-5/+20
| * | | Added configuration options to better control the sqlite3 output.Dimitri van Heesch2020-07-304-19/+43
| * | | Merge branch 'albert-github-feature/issue_7884'Dimitri van Heesch2020-07-291-14/+59
| |\ \ \
| | * | | Renamed stripSpaces to stripIndentation and make it work directly on the stri...Dimitri van Heesch2020-07-291-26/+29
| | * | | Merge branch 'feature/issue_7884' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-07-291-14/+56
| | |\ \ \ | |/ / / /
| | * | | issue #7884 Python to xml: Whitespace in method doc not preserved (MARKDOWN_S...albert-github2020-07-031-14/+56
| * | | | Merge pull request #7933 from gkasten/masterDimitri van Heesch2020-07-291-1/+1
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Prefer more inclusive languageGlenn Kasten2020-07-291-1/+1
| |/ / /
| * | | Fix compiling with clang parser support and with Clang compiler, too (#7922)Deniz Bahadir2020-07-292-10/+11
| * | | And one more fix for \ilinebr handlingDimitri van Heesch2020-07-291-4/+4
| * | | More fixes regarding \ilinebr handlingDimitri van Heesch2020-07-291-7/+7
| * | | Merge pull request #7869 from albert-github/feature/issue_7865Dimitri van Heesch2020-07-281-2/+5
| |\ \ \
| | * | | issue #7865 Update documentation of USE_PDFLATEX optionalbert-github2020-06-231-2/+5
| | | |/ | | |/|
| * | | Merge branch 'albert-github-feature/issue_7923'Dimitri van Heesch2020-07-286-10/+13
| |\ \ \
| | * | | More minor tweaksDimitri van Heesch2020-07-284-13/+7
| | * | | Merge branch 'feature/issue_7923' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-07-286-8/+17
| | |\ \ \ | |/ / / /
| | * | | issue #7923 source line numbers in warnings output by parser are off by 1albert-github2020-07-276-8/+17
| * | | | Fixed typoDimitri van Heesch2020-07-281-1/+1
| * | | | More \ilinebr related cleanup and combined some rulesDimitri van Heesch2020-07-282-30/+19
| * | | | More improvement regarding \\ilinebr handlingDimitri van Heesch2020-07-282-9/+11
| * | | | Better handling of \\ilinebrDimitri van Heesch2020-07-283-11/+52
| * | | | Forgot to add space after internal \ilinebr commandDimitri van Heesch2020-07-271-1/+1
| * | | | Merge branch 'albert-github-feature/issue_7787'Dimitri van Heesch2020-07-275-72/+239
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Additional tweaks to get markdown tables inside ALIASES workDimitri van Heesch2020-07-275-82/+235
| | * | | Merge branch 'feature/issue_7787' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-07-251-3/+17
| | |\ \ \ | |/ / / /
| | * | | issue #7787 Doxygen 1.8.18: Markdown tables not working in ALIASES anymore?albert-github2020-05-201-3/+17
| * | | | issue #7921: Help for CLANG_DATABASE_PATH is misleadingDimitri van Heesch2020-07-251-4/+6
| * | | | issue #7900: Incorrect warning regarding no matching class member foundDimitri van Heesch2020-07-251-1/+1