summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doxygen warnings are not seen as errors during running testsalbert-github2020-11-221-2/+8
* issue #8192: Excluded inline namespace broken after a5792da8Dimitri van Heesch2020-11-216-57/+175
* issue #8192: Excluded inline namespace broken after a5792da8Dimitri van Heesch2020-11-211-2/+2
* Fix compile issue for doxyparse.cppDimitri van Heesch2020-11-211-2/+3
* Merge pull request #8176 from albert-github/feature/issue_8169_2Dimitri van Heesch2020-11-202-2/+2
|\
| * XHML: div tag not possible as part of a p tag.albert-github2020-11-162-2/+2
* | Merge pull request #8187 from albert-github/feature/issue_8186Dimitri van Heesch2020-11-201-2/+2
|\ \
| * | issue #8186 Path resolving breaks on included @ signalbert-github2020-11-191-2/+2
* | | Merge pull request #8190 from albert-github/feature/bug_mscgen_cntDimitri van Heesch2020-11-203-0/+9
|\ \ \
| * | | Incorrect line count in case of an error in msc inputalbert-github2020-11-203-0/+9
* | | | Refactoring: removing setVisited/isVisited membersDimitri van Heesch2020-11-207-136/+49
|/ / /
* | | Merge pull request #8183 from albert-github/feature/bug_config_charDimitri van Heesch2020-11-191-1/+3
|\ \ \ | |/ / |/| |
| * | Silently ignoring unexpected characters in configurationalbert-github2020-11-181-1/+1
| * | Silently ignoring unexpected characters in configurationalbert-github2020-11-181-1/+3
|/ /
* | issue #8177: Incorrect inheritance with forward declared templated classesDimitri van Heesch2020-11-171-14/+9
* | Merge pull request #8179 from albert-github/feature/bug_docu_cmdsDimitri van Heesch2020-11-171-0/+2
|\ \
| * | Missing commands in list of commands documentationalbert-github2020-11-171-0/+2
* | | Merge pull request #8180 from albert-github/feature/bug_generate_vhdlDimitri van Heesch2020-11-172-11707/+9
|\ \ \ | |/ / |/| |
| * | Redundant storage of `VhdlParser_adj.cc`, it can be regeneratedalbert-github2020-11-171-1/+1
| * | Redundant storage of `VhdlParser_adj.cc`, it can be regeneratedalbert-github2020-11-172-11707/+9
|/ /
* | Fixed issue in dotgfxhierarchytableDimitri van Heesch2020-11-161-1/+1
|/
* Workaround for a compiler issue with gcc-5.4.0Dimitri van Heesch2020-11-151-2/+2
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-11-151-1/+3
|\
| * Merge pull request #8173 from albert-github/feature/bug_docu_qhgDimitri van Heesch2020-11-141-1/+3
| |\
| | * Unclear description of QHG_LOCATIONalbert-github2020-11-121-1/+3
* | | Refactoring: Modernise diagram.h/diagram.cppDimitri van Heesch2020-11-152-257/+256
* | | Refactoring: remove isVisited/setVisited from indexDimitri van Heesch2020-11-153-55/+16
* | | Refactoring: removed macros used for getting the value of settingsDimitri van Heesch2020-11-153-27/+15
* | | Refactoring: move ClassDefSet to the classdef headerDimitri van Heesch2020-11-153-4/+5
* | | Refactoring: remove isVisited/setVisited from contextDimitri van Heesch2020-11-152-95/+107
* | | Refactoring: Modernise DotGfxHierarchyTableDimitri van Heesch2020-11-153-80/+55
|/ /
* | Merge pull request #8175 from albert-github/feature/bug_doxyw_qt_versDimitri van Heesch2020-11-141-2/+17
|\ \
| * | Show QT version in doxywizardalbert-github2020-11-131-2/+17
| |/
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-11-142-1/+7
|\ \
| * \ Merge pull request #8170 from albert-github/feature/issue_8169Dimitri van Heesch2020-11-142-1/+7
| |\ \
| | * | issue @8169 "\emoji heavy_check_mark" produces ✓ instead of ✔️albert-github2020-11-112-1/+7
| | |/
* | | Fix chmod permissions for imagesDimitri van Heesch2020-11-1422-0/+0
* | | Merge branch 'albert-github-feature/bug_doxyw_docu'Dimitri van Heesch2020-11-1427-95/+271
|\ \ \ | |/ / |/| |
| * | Changed some wording.Dimitri van Heesch2020-11-141-123/+124
| * | Merge branch 'feature/bug_doxyw_docu' of https://github.com/albert-github/dox...Dimitri van Heesch2020-11-1427-80/+255
| |\ \ |/ / /
| * | Update of doxywizard documetationalbert-github2020-11-0927-80/+255
* | | Fix for crash when using members of a partially constructed objectDimitri van Heesch2020-11-145-10/+24
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-11-132-1/+2
|\ \ \ | | |/ | |/|
| * | Merge pull request #8166 from albert-github/feature/bug_ftn_ignDimitri van Heesch2020-11-101-0/+1
| |\ \
| | * | Doxygen crashes on Fortranalbert-github2020-11-091-0/+1
| | |/
| * | Merge pull request #8168 from albert-github/feature/bug_spell_namespacedefDimitri van Heesch2020-11-101-1/+1
| |\ \
| | * | Typo in namespacedef.halbert-github2020-11-101-1/+1
| |/ /
* | | Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-1340-601/+1169
|/ /
* | Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-0936-1367/+1514
|/
* Merge pull request #8128 from albert-github/feature/bug_configDimitri van Heesch2020-11-066-130/+295
|\