summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Misleading warning about missing argumentalbert-github2020-07-311-14/+25
* issue #7881: More flexible and correct detection of direction of an argument ...Dimitri van Heesch2020-07-311-1/+1
* 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
* 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
* | 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
* | | Prefer more inclusive languageGlenn Kasten2020-07-291-1/+1
* | | Fix compiling with clang parser support and with Clang compiler, too (#7922)Deniz Bahadir2020-07-291-10/+8
* | | 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
| | |/ | |/|
* | | 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
* | | | Additional tweaks to get markdown tables inside ALIASES workDimitri van Heesch2020-07-274-69/+222
* | | | 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
* | | | Make a switch to choose between dynamic library to clang-cpp or static linkin...Dimitri van Heesch2020-07-201-2/+7
* | | | Fix #7883Joakim Tjernlund2020-07-191-2/+2
* | | | Replaced bitmap of doxygen logo by SVG versionDimitri van Heesch2020-07-184-3/+24
* | | | Merge pull request #7912 from albert-github/fesature/issue_7911Dimitri van Heesch2020-07-181-1/+1
|\ \ \ \
| * | | | issue #7911 markdown table add extra test to "\copybrief"albert-github2020-07-181-1/+1
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-07-181-1/+0
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #7908 from albert-github/feature/bug_vhdl_unusedDimitri van Heesch2020-07-171-1/+0
| |\ \ \ \
| | * | | | Unused variable in code (VHDL)albert-github2020-07-171-1/+0
* | | | | | issue #7867 Fixed regression where blank line after \class was not seen as pa...Dimitri van Heesch2020-07-181-476/+494
|/ / / / /
* | | | | issue #7852, #7867, #7901: Changed the set of commands that effect ending a b...Dimitri van Heesch2020-07-172-146/+155
|/ / / /
* | | | Added missing stub code when use_libclang is disabledDimitri van Heesch2020-07-161-10/+10
* | | | Merge branch 'master' into lex-absolute-pathDimitri van Heesch2020-07-16105-4233/+4395
|\ \ \ \
| * \ \ \ Merge pull request #7864 from maddox11/use_plantumlDimitri van Heesch2020-07-162-9/+2
| |\ \ \ \
| | * | | | improve using plantuml for vhdl flowchartshake2020-06-212-9/+2
| | | |/ / | | |/| |
| * | | | Merge pull request #7870 from mquevill/andsDimitri van Heesch2020-07-161-1/+1
| |\ \ \ \
| | * | | | Correct misspelling in config.xmlMichael Quevillon2020-06-241-1/+1
| | |/ / /
| * | | | Merge pull request #7882 from albert-github/feature/bug_ftn_useDimitri van Heesch2020-07-161-0/+3
| |\ \ \ \
| | * | | | Missing links in Fortran in case use statement with upper case characters in ...albert-github2020-06-291-0/+3
| | |/ / /
| * | | | issue #6846 Doxygen parsing global variable as function in certain cases (#7903)albert-github2020-07-161-1/+2
| * | | | Merge pull request #7889 from albert-github/feature/bug_htmlhelp_indexDimitri van Heesch2020-07-161-4/+3
| |\ \ \ \