summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ \
| * | | | | Don't start dvips when latex fails for formulasalbert-github2020-10-131-6/+6
| |/ / / /
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-10-151-1/+2
|\ \ \ \ \
| * \ \ \ \ Merge pull request #8100 from albert-github/feature/bug_latex_fig_spaceDimitri van Heesch2020-10-151-1/+2
| |\ \ \ \ \
| | * | | | | Space around images in LaTeX output is sometimes a bit largealbert-github2020-10-141-1/+2
| | |/ / / /
* | | | | | issue #8102 [C++] Reference relations are not generated for constructors usin...Dimitri van Heesch2020-10-151-0/+8
|/ / / / /
* | | | | Incorrect label / name in case regeneration of HTML without regeneration of d...albert-github2020-10-151-1/+1
* | | | | issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...Dimitri van Heesch2020-10-145-60/+70
|/ / / /
* | | | Merge pull request #8092 from albert-github/feature/bug_transl_sliceDimitri van Heesch2020-10-1226-6/+119
|\ \ \ \
| * | | | Translation function trCompoundListDescription no entry for SLICEalbert-github2020-10-1226-6/+119
* | | | | Merge pull request #8079 from albert-github/feature/issue_8078Dimitri van Heesch2020-10-121-1/+1
|\ \ \ \ \
| * | | | | issue #8078 Warning and extra text when using Markdown as mainpagealbert-github2020-10-061-1/+1
* | | | | | Merge pull request #8086 from albert-github/feature/bug_latex_footerDimitri van Heesch2020-10-121-13/+18
|\ \ \ \ \ \
| * | | | | | Missing footer on first page of each chapter in LaTeXalbert-github2020-10-091-13/+18
* | | | | | | Merge pull request #8088 from albert-github/feature/bug_md_pg_atxDimitri van Heesch2020-10-121-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Miscounting of lines in respect to page command (ATX header)albert-github2020-10-101-0/+1
| |/ / / / / /
* | | | | | | Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-1217-910/+714
* | | | | | | Fix type conversion warnings in searchindex.cppDimitri van Heesch2020-10-121-5/+5
| |_|/ / / / |/| | | | |
* | | | | | Refactoring: Remove use of globals/statics in isAccessibleFrom*Dimitri van Heesch2020-10-114-114/+114
* | | | | | Spelling erroralbert-github2020-10-111-1/+1