summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-237-269/+155
|\ \
| * | Refactoring: modernize Doxygen::symbolMapDimitri van Heesch2020-10-237-269/+155
* | | 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-201-2/+2
|\ \
| * \ 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 #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
| | | |/ | | |/|
* | | | 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-202-3/+32
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into test/umlAlexandre Salconi2020-09-2966-12274/+12881
| |\ \ \
| * | | | use boolean to add or remove uml detailsAlexandre Salconi2020-09-292-4/+24
| * | | | add variable for the fold lenghtAlexandre Salconi2020-09-292-1/+8
| * | | | 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 #8120 from BetsyMcPhail/expand-nonrecursive-macroDimitri van Heesch2020-10-201-0/+4
|\ \ \ \ \
| * | | | | Expand non-recursive preprocessor macrosBetsy McPhail2020-10-201-0/+4
* | | | | | Merge pull request #8121 from albert-github/feature/bug_clang_configDimitri van Heesch2020-10-201-2/+2
|\ \ \ \ \ \
| * | | | | | Small layout improvement in documentation of CLANG_DATABASE_PATHalbert-github2020-10-201-2/+2
* | | | | | | Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-2021-340/+301
|/ / / / / /
* | | | | | issue #8103: C++ Table of content, namespace list does not contains namespace...Dimitri van Heesch2020-10-191-5/+5
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #8112 from albert-github/feature/bug_ext_map_msgDimitri van Heesch2020-10-191-1/+1
|\ \ \ \ \
| * | | | | Confusing message for extension mapping for extension with starting dot.albert-github2020-10-171-1/+1
* | | | | | Enabling both ALLEXTERNALS and BUILTIN_STL_SUPPORT caused artificial STL clas...Dimitri van Heesch2020-10-192-7/+5
* | | | | | issue #8103: C++ Table of content, namespace list does not contains namespace...Dimitri van Heesch2020-10-195-337/+336
| |_|_|_|/ |/| | | |
* | | | | Fix for compiler warning fix :-(Dimitri van Heesch2020-10-171-1/+1
* | | | | Fixes compiler warningDimitri van Heesch2020-10-171-1/+1
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-10-172-2/+11
|\ \ \ \ \
| * \ \ \ \ Merge pull request #8111 from albert-github/feature/bug_cnt_md_linksDimitri van Heesch2020-10-171-1/+11
| |\ \ \ \ \
| | * | | | | Miscounting in case of markdown linksalbert-github2020-10-161-1/+11
| * | | | | | Merge pull request #8108 from albert-github/feature/bug_md_cnt_listDimitri van Heesch2020-10-171-1/+0
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Miscounting in respect to lists in markdownalbert-github2020-10-161-1/+0
| | |/ / / /
* | | | | | Performance tweak: Pass BaseClassList by const referenceDimitri van Heesch2020-10-177-20/+20
|/ / / / /
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-10-161-1/+2
|\ \ \ \ \
| * | | | | issue #8105 How do add (multiple files without extension) directory in INPUT ...albert-github2020-10-161-1/+2
| |/ / / /
* | | | | issue #8098: Python Decorator written below @brief tag and above the function...Dimitri van Heesch2020-10-162-0/+11
|/ / / /
* | | | Merge pull request #8097 from albert-github/feature/issue_8093Dimitri van Heesch2020-10-151-1/+1
|\ \ \ \
| * | | | issue #8093 Some URLs in fresh/updated Doxyfile are split over two linesalbert-github2020-10-131-1/+1
* | | | | Merge pull request #8096 from albert-github/feature/bug_dvipsDimitri van Heesch2020-10-151-6/+6
|\ \ \ \ \