summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* add variable for the fold lenghtAlexandre Salconi2020-09-293-1/+9
* add suggestion #7686 to show type and parametersAlexandre Salconi-Denis2020-09-031-1/+3
* extend the max lenght befor a sting is foldedAlexandre Salconi-Denis2020-09-031-1/+1
* Merge pull request #7998 from albert-github/feature/issue_7996Dimitri van Heesch2020-09-031-1/+1
|\
| * issue #7996 \ref commands broken in markdown tablesalbert-github2020-09-021-1/+1
|/
* Merge pull request #7997 from albert-github/feature/issue_7995Dimitri van Heesch2020-09-023-0/+17
|\
| * issue #7995 Doxygen doesn't handle very simple example in the .md filealbert-github2020-09-023-0/+17
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-09-012-4/+12
|\
| * Merge pull request #7981 from albert-github/feature/bug_647654Dimitri van Heesch2020-08-302-4/+12
| |\
| | * bug_647654 Special command \fn fails when first argument of PHP function is c...albert-github2020-08-282-4/+12
* | | issue #7995: Doxygen doesn't handle very simple example in the .md fileDimitri van Heesch2020-09-011-0/+4
|/ /
* | issue #7927: PREDEFINED fails to replace argumentDimitri van Heesch2020-08-301-15/+28
* | Merge branch 'albert-github-feature/issue_7872'Dimitri van Heesch2020-08-292-15/+26
|\ \
| * | Fixed line number counting issue with test case cc.hDimitri van Heesch2020-08-291-4/+4
| * | Merge branch 'feature/issue_7872' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-08-292-12/+23
| |\ \ |/ / /
| * | issue #7872 A define containing a doxygen start of comment breaks the parseralbert-github2020-06-262-12/+23
* | | Updated test for enums based on recently fixed issuesDimitri van Heesch2020-08-292-0/+114
* | | issue #7979: C++ enums being defined in multiple files after b265433 (multi-t...Dimitri van Heesch2020-08-281-8/+8
| |/ |/|
* | issue #7977: Broken ref for enum entry (doxygen 1.8.18 -> 1.8.19)Dimitri van Heesch2020-08-261-5/+12
* | Fixed regression causing search.css not to be generated anymoreDimitri van Heesch2020-08-251-1/+1
* | Fix for Windows buildDimitri van Heesch2020-08-251-1/+2
* | Merge branch 'albert-github-feature/bug_786382'Dimitri van Heesch2020-08-242-2/+66
|\ \
| * | Marked the section with definitions regarding numbers more clearlyDimitri van Heesch2020-08-242-2/+6
| * | Merge branch 'feature/bug_786382' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-08-242-2/+62
| |\ \ |/ / /
| * | bug_786382 Unmatched single quote in C++ source breaks aliasesalbert-github2020-08-242-2/+62
* | | Refactoring: OutputList & OutputGenDimitri van Heesch2020-08-2417-433/+515
* | | Bump version for next releaseDimitri van Heesch2020-08-241-1/+1
* | | Updated changelogRelease_1_8_20Dimitri van Heesch2020-08-241-0/+29
* | | Update VERSION for bug fix releaseDimitri van Heesch2020-08-241-1/+1
|/ /
* | issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-2411-89/+83
* | Merge pull request #7972 from albert-github/feature/issue_7970Dimitri van Heesch2020-08-191-0/+14
|\ \
| * | issue #7970 Doxygen doesn't stop on errorsalbert-github2020-08-191-0/+14
|/ /
* | Merge pull request #7968 from albert-github/feature/bug_format_size_t_2Dimitri van Heesch2020-08-181-1/+1
|\ \
| * | Format for size_t (in e.g. warnings)albert-github2020-08-181-1/+1
|/ /
* | issue #7954: The Doxygen uses too much memory (or has probably a memory leak)...Dimitri van Heesch2020-08-171-20/+42
* | Merge pull request #7966 from albert-github/feature/bug_format_size_tDimitri van Heesch2020-08-171-1/+1
|\ \
| * | Format for size_t (in e.g. warnings)albert-github2020-08-171-1/+1
|/ /
* | Merge pull request #7962 from albert-github/feature/bug_spell_maintainersDimitri van Heesch2020-08-161-1/+1
|\ \
| * | Spelling correctionalbert-github2020-08-161-1/+1
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-08-163-39/+28
|\ \ \ | |/ /
| * | Merge pull request #7961 from albert-github/feature/bug_docu_languagesDimitri van Heesch2020-08-163-39/+28
| |\ \
| | * | Building documentation after changing language filesalbert-github2020-08-163-39/+28
| |/ /
* | | issue #7954: The Doxygen uses too much memory (or has probably a memory leak)Dimitri van Heesch2020-08-164-86/+133
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-08-151-1/+3
|\ \ \ | |/ /
| * | Merge pull request #7955 from albert-github/feature/bug_cite_overflowDimitri van Heesch2020-08-151-1/+3
| |\ \
| | * | Layout on the bibliography pagealbert-github2020-08-111-1/+3
* | | | Minor tweaks to clangparser.cppDimitri van Heesch2020-08-151-8/+11
|/ / /
* | | Merge pull request #7960 from albert-github/feature/bug_countDimitri van Heesch2020-08-152-5/+5
|\ \ \
| * | | Improvement of line count for e.g. warningsalbert-github2020-08-152-5/+5
| |/ /
* | | Merge pull request #7958 from spdw/fix_void_return_typeDimitri van Heesch2020-08-151-22/+2
|\ \ \