summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge pull request #8109 from albert-github/feature/issue_8105Dimitri 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 #8099 from albert-github/feature/bug_warn_latex_figDimitri van Heesch2020-10-152-8/+1
|\
| * Warning about duplicate figure numbers in LaTeXalbert-github2020-10-142-8/+1
* | 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 #8095 from albert-github/feature/bug_warn_doxyparseDimitri van Heesch2020-10-151-2/+2
|\ \
| * | Compilation warnings in doxyparsealbert-github2020-10-131-2/+2
| |/
* | 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-153-3/+4
|\ \
| * \ Merge pull request #8100 from albert-github/feature/bug_latex_fig_spaceDimitri van Heesch2020-10-153-3/+4
| |\ \
| | * | Space around images in LaTeX output is sometimes a bit largealbert-github2020-10-143-3/+4
| | |/
* | | issue #8102 [C++] Reference relations are not generated for constructors usin...Dimitri van Heesch2020-10-151-0/+8
|/ /
* | Merge pull request #8104 from albert-github/feature/bug_dot_labelDimitri van Heesch2020-10-151-1/+1
|\ \
| * | 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-123-26/+41
|\ \ \
| * | | Missing footer on first page of each chapter in LaTeXalbert-github2020-10-093-26/+41
* | | | 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-1218-916/+717
* | | | | 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
* | | | Merge pull request #8089 from albert-github/feature/bug_spellDimitri van Heesch2020-10-112-2/+2
|\ \ \ \
| * | | | Spelling erroralbert-github2020-10-111-1/+1
| * | | | Spelling erroralbert-github2020-10-101-1/+1
|/ / / /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-10-1018-67/+165
|\ \ \ \ | |/ / /
| * | | Merge pull request #8087 from albert-github/feature.bug_doxyw_class_grapg_consitDimitri van Heesch2020-10-101-1/+1
| |\ \ \
| | * | | Consistency for use class graphs / class diagramsalbert-github2020-10-101-1/+1
| | |/ /
| * | | Merge pull request #8085 from albert-github/feature/bug_doxyw_sliceDimitri van Heesch2020-10-101-33/+54
| |\ \ \ | | |/ / | |/| |
| | * | Optimization for Slice missing in doxywizard Wizard-Mode pagealbert-github2020-10-081-33/+54
| * | | Merge pull request #8082 from albert-github/feature/bug_doxyw_docbookDimitri van Heesch2020-10-082-1/+14
| |\ \ \
| | * | | Docbook missing in doxywizard Wizard-Output pagealbert-github2020-10-082-1/+14
| | |/ /
| * | | Merge pull request #8081 from albert-github/feature/bug_doxyw_optDimitri van Heesch2020-10-082-0/+10
| |\ \ \
| | * | | Adding possibility to add command line options when running doxygen from doxy...albert-github2020-10-071-1/+1