summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* No space when replacing `\copydoc` by `\copydetails`albert-github2019-06-081-1/+1
* Merge pull request #7024 from albert-github/feature/bug_classdef_countDimitri van Heesch2019-06-051-1/+1
|\
| * Doxygen crash on ceph projectalbert-github2019-06-031-1/+1
|/
* Merge pull request #7022 from albert-github/feature/issue_7021Dimitri van Heesch2019-06-021-1/+5
|\
| * issue #7021 Warning about missing item in INCLUDE_PATHalbert-github2019-06-021-1/+5
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-06-024-18/+30
|\
| * Merge pull request #6944 from albert-github/feature/bug_digraphDimitri van Heesch2019-05-311-2/+4
| |\
| | * Handling digraph versus labelalbert-github2019-04-251-2/+4
| * | Merge pull request #7017 from albert-github/feature/bug_rcs_perlDimitri van Heesch2019-05-311-1/+1
| |\ \
| | * | Conflict between RCS tag and (e.g.) php descriptionalbert-github2019-05-301-1/+1
| * | | Merge pull request #7016 from albert-github/feature/issue_7015Dimitri van Heesch2019-05-311-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | issue 7015 Parsing issue with @includedoc and @startumlalbert-github2019-05-291-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 pull request #7014 from cmorty/merge/appveyorDimitri van Heesch2019-05-301-14/+13
| |\ \ \ \
| | * | | | Speed up AppVeyor build by using miktex setup tool and activating build cacheMoritz 'Morty' StrĂ¼be2019-05-291-14/+13
| | | |/ / | | |/| |
* | | | | Bug 757574 - Warning regarding subsection with anchor in markdownDimitri van Heesch2019-06-021-4/+14
|/ / / /
* | | | Updated jquery and worked around performance issues in powertip pluginDimitri van Heesch2019-05-308-15/+1345
|/ / /
* | | Fix for printlex after destroying the scanner contextDimitri van Heesch2019-05-281-2/+1
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-05-283-0/+13
|\ \ \
| * \ \ Merge pull request #7005 from groleo/masterDimitri van Heesch2019-05-283-0/+13
| |\ \ \
| | * | | enable debug for re-entrant lexersAdrian Negreanu2019-05-223-0/+13
* | | | | Merge branch 'thomas-haller-issue6960_d'Dimitri van Heesch2019-05-288-116/+83
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Added virtual destructor to DotGraph base class and disabled copy constructor...Dimitri van Heesch2019-05-281-7/+9
| * | | | Merge branch 'issue6960_d' of https://github.com/thomas-haller/doxygen into t...Dimitri van Heesch2019-05-288-116/+81
| |\ \ \ \
| | * | | | updated test case to reflect new node numberingThomas Haller2019-05-245-48/+48
| | * | | | changed numbering of dot nodes to prevent different contents being generated ...Thomas Haller2019-05-233-68/+33
| | |/ / /
* | | | | Update appveyor.ymlDimitri van Heesch2019-05-281-2/+5
|/ / / /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-05-2710-14/+203
|\ \ \ \
| * \ \ \ Merge pull request #7007 from albert-github/feature/bug_latex_appendixDimitri van Heesch2019-05-251-16/+44
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | More than 26 appendices in LaTeX manualalbert-github2019-05-231-16/+44
| |/ / /
| * | | Merge pull request #6957 from cfriedt/feature/cfriedt/6955/allow-javadoc-styl...Dimitri van Heesch2019-05-218-0/+155
| |\ \ \
| | * | | do not clobber version placeholderChristopher Friedt2019-05-181-1/+1
| | * | | updated manual, included examples in documentationChristopher Friedt2019-05-172-1/+12
| | * | | make similar javadoc banner change for stripping special comments from codeChristopher Friedt2019-05-091-0/+18
| | * | | add blurb to docblocksChristopher Friedt2019-05-091-0/+10
| | * | | Allow Javadoc-style comment blocks with a Doxyfile variableChristopher Friedt2019-05-035-0/+116
| | |/ /
| * | | Merge pull request #7001 from albert-github/feature/bug_lex_debugDimitri van Heesch2019-05-212-0/+6
| |\ \ \
| | * | | Missing debug statements sqlcode and xmlcode lexersalbert-github2019-05-202-0/+6
* | | | | Bug 757574 - Warning regarding subsection with anchor in markdownDimitri van Heesch2019-05-271-3/+25
|/ / / /
* | | | Bug 757574 - Warning regarding subsection with anchor in markdownDimitri van Heesch2019-05-201-15/+8
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-05-192-1/+35
|\ \ \ \ | |/ / /
| * | | Merge pull request #6916 from albert-github/feature/bug_py_classDimitri van Heesch2019-05-191-0/+26
| |\ \ \
| | * | | Class definition with collectionsalbert-github2019-04-071-0/+26
| * | | | Merge pull request #6961 from albert-github/feature/bug_nested_comment_tcl_pyDimitri van Heesch2019-05-191-1/+9
| |\ \ \ \
| | * | | | Incorrect Reached end of file while still inside a (nested) comment for TCL /...albert-github2019-05-031-1/+9
| | | |/ / | | |/| |
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-05-181-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #6962 from albert-github/feature/bug_output_tag_orderDimitri van Heesch2019-05-181-2/+2
| |\ \ \ \
| | * | | | Incorrect output tag orderalbert-github2019-05-041-2/+2
| | |/ / /