summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: modernize getUsedClasses() methodDimitri van Heesch2020-10-2910-143/+144
* Merge pull request #8140 from albert-github/feature/issue_8139Dimitri van Heesch2020-10-291-1/+1
|\
| * issue #8139 Segfault after a8bf5d3albert-github2020-10-291-1/+1
|/
* Merge pull request #8131 from albert-github/feature/issue_8130Dimitri van Heesch2020-10-281-2/+6
|\
| * issue #8130 Markdown relative links - not working for other foldersalbert-github2020-10-261-2/+6
* | Merge pull request #8136 from albert-github/feature/bug_latex_doubleDimitri van Heesch2020-10-282-7/+3
|\ \
| * | Remove ouble usepackage / RequirePackage from LaTeXalbert-github2020-10-272-7/+3
* | | Merge branch 'albert-github-feature/issue_8137'Dimitri van Heesch2020-10-281-1/+1
|\ \ \
| * \ \ Merge branch 'feature/issue_8137' of https://github.com/albert-github/doxygen...Dimitri van Heesch2020-10-281-1/+1
| |\ \ \ |/ / / /
| * | | issue #8137 Whitespace/Separator required to recognize custom command argumentalbert-github2020-10-281-1/+1
| |/ /
* | | Merge branch 'symbolresolver'Dimitri van Heesch2020-10-289-1163/+1331
|\ \ \ | |/ / |/| |
| * | Refactoring: introduce SymbolResolver to group symbol lookup routinesDimitri van Heesch2020-10-289-1163/+1331
* | | Merge pull request #8133 from albert-github/feature/issue_8127Dimitri van Heesch2020-10-261-10/+18
|\ \ \
| * | | issue #8127 Java: xml output of preformatted (`<pre>`) block adds para-block ...albert-github2020-10-261-10/+18
| | |/ | |/|
* | | Merge pull request #8134 from albert-github/feature/issue_8132Dimitri van Heesch2020-10-261-0/+4
|\ \ \ | |/ / |/| |
| * | issue #8132 Markdown inclusion of images broken after 39db9f48albert-github2020-10-261-0/+4
|/ /
* | Merge pull request #8124 from albert-github/feature/bug_cmake_versionDimitri van Heesch2020-10-241-1/+0
|\ \
| * | Redundant / incorrect required version of cmakealbert-github2020-10-221-1/+0
* | | Merge pull request #8123 from albert-github/feature/bug_cnt_md_codeDimitri van Heesch2020-10-241-1/+1
|\ \ \
| * | | Miscounting lines with markdown backtick sectionalbert-github2020-10-221-1/+1
| |/ /
* | | Merge pull request #8122 from albert-github/feature/bug_warn_lexDimitri van Heesch2020-10-247-9/+9
|\ \ \
| * | | Remove warnings from lexersalbert-github2020-10-207-9/+9
| |/ /
* | | Merge pull request #8125 from albert-github/feature/bug_cnt_md_tableDimitri van Heesch2020-10-241-4/+4
|\ \ \
| * | | Miscounting lines with markdown tablealbert-github2020-10-221-4/+4
| |/ /
* | | Merge pull request #8126 from albert-github/feature/bug_cnt_md_blockquoteDimitri van Heesch2020-10-241-3/+3
|\ \ \ | |_|/ |/| |
| * | Miscounting lines with markdown blockquotealbert-github2020-10-221-3/+3
| |/
* | Use correct #includeDimitri van Heesch2020-10-231-1/+1
* | Fixed regression for test 027 due to use of unordered mapDimitri van Heesch2020-10-231-1/+1
* | Refactoring: Remove unused DefinitionIntf and DefinitionList classesDimitri van Heesch2020-10-236-58/+29
* | Merge branch 'symbolmap'Dimitri van Heesch2020-10-238-304/+163
|\ \
| * | Refactoring: modernize Doxygen::symbolMapDimitri van Heesch2020-10-238-304/+163
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-10-231-3/+7
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #8114 from albert-github/feature/bug_cnt_md_extra_lineDimitri van Heesch2020-10-201-3/+7
| |\
| | * Update markdown.cppDimitri van Heesch2020-10-201-1/+1
| | * When we have some simple markdown files like with extra spaces (after `\aa2`,...albert-github2020-10-181-2/+6
* | | Pass QCString by const referenceDimitri van Heesch2020-10-201-9/+9
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-10-202-3/+6
|\ \
| * \ Merge pull request #8117 from albert-github/feature/bug_cnt_md_ref_imageDimitri van Heesch2020-10-201-1/+1
| |\ \
| | * | Miscounting of line in case of markdown `\ref` imagealbert-github2020-10-191-1/+1
| * | | Merge pull request #8116 from albert-github/feature/bug_docu_hor_rulerDimitri van Heesch2020-10-201-1/+4
| |\ \ \
| | * | | Incomplete documentation in respect to hyphens for horizontal rulersalbert-github2020-10-181-1/+4
| | | |/ | | |/|
| * | | Merge pull request #8115 from albert-github/feature/bug_cnt_md_hor_rulerDimitri van Heesch2020-10-201-1/+1
| |\ \ \
| | * | | Miscounting in markdown in case of a horizontal ruler.albert-github2020-10-181-1/+1
| | |/ /
* | | | Merge branch 'cimeq-test/uml'Dimitri van Heesch2020-10-203-5/+40
|\ \ \ \ | |/ / / |/| | |
| * | | Some tweaks & fixesDimitri van Heesch2020-10-202-28/+32
| * | | Merge branch 'test/uml' of https://github.com/cimeq/doxygen into cimeq-test/umlDimitri van Heesch2020-10-203-3/+34
| |\ \ \ |/ / / /
| * | | Merge branch 'master' into test/umlAlexandre Salconi2020-09-2994-13486/+12985
| |\ \ \
| * | | | use boolean to add or remove uml detailsAlexandre Salconi2020-09-293-4/+25
| * | | | 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