summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #6861 from albert-github/feature/bug_html_attributesDimitri van Heesch2019-03-101-2/+40
|\
| * Multiple use of HTML attributesalbert-github2019-02-281-2/+40
* | Merge pull request #6874 from albert-github/feature/bug_ftn_cnv_debugDimitri van Heesch2019-03-103-1/+6
|\ \
| * | Possibility to show converted fixed formalbert-github2019-03-073-1/+6
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-03-103-4/+8
|\ \ \
| * \ \ Merge pull request #6868 from albert-github/feature/bug_secref_multicolDimitri van Heesch2019-03-093-4/+8
| |\ \ \
| | * | | secref command output shows in 1 column (HTML)albert-github2019-03-043-4/+8
| | |/ /
* | | | Fixed a few compiler warnings on win32Dimitri van Heesch2019-03-105-9/+9
|/ / /
* | | Merge branch 'albert-github-feature/bug_lineno_split_examples'Dimitri van Heesch2019-03-0911-26/+143
|\ \ \ | |/ / |/| |
| * | Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert...Dimitri van Heesch2019-03-0910-26/+142
| |\ \ |/ / /
| * | Show line numbers in "split" examplesalbert-github2019-03-039-10/+127
* | | Fix for unmatched </p> when using \until as the first commandDimitri van Heesch2019-03-031-6/+4
* | | Merge branch 'albert-github-feature/bug_warn_nofile_incl'Dimitri van Heesch2019-03-032-1/+19
|\ \ \ | |/ / |/| |
| * | Minor refactoringDimitri van Heesch2019-03-032-19/+14
| * | Merge branch 'feature/bug_warn_nofile_incl' of https://github.com/albert-gith...Dimitri van Heesch2019-03-031-0/+23
| |\ \ |/ / /
| * | Warning if no file specified for special reading commandsalbert-github2019-03-031-0/+23
* | | Revert "Disabled "inheritance by dominance" warning (try 2)"Dimitri van Heesch2019-03-032-6/+6
|/ /
* | Disabled "inheritance by dominance" warning (try 2)Dimitri van Heesch2019-03-022-6/+6
* | Merge pull request #6863 from albert-github/feature/bug_abstract_intf_regress...Dimitri van Heesch2019-03-021-6/+6
|\ \
| * | Regression on Definition and derived classes that are abstract interfaces (2)albert-github2019-03-011-5/+5
| * | Regression on Definition and derived classes that are abstract interfaces (2)albert-github2019-03-011-1/+1
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-03-022-8/+8
|\ \ \
| * \ \ Merge pull request #6862 from albert-github/feature/bug_abstract_intf_regressionDimitri van Heesch2019-03-021-7/+7
| |\ \ \ | | |/ / | |/| |
| | * | Regression on Definition and derived classes that are abstract interfacesalbert-github2019-03-011-7/+7
| |/ /
| * | Merge pull request #6858 from albert-github/feature/issue_6847Dimitri van Heesch2019-02-281-1/+1
| |\ \
| | * | issue_6847 Physical newlines (^^) in ALIASES produce a mismatch between docum...albert-github2019-02-251-1/+1
| | |/
* | | Disabled "inheritance by dominance" warningDimitri van Heesch2019-03-021-0/+6
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-02-289-61/+70
|\ \ | |/
| * Merge pull request #6850 from albert-github/feature/bug_anchor_docuDimitri van Heesch2019-02-241-4/+0
| |\
| | * Removed page restriction with `\anchor` command in documentationalbert-github2019-02-221-4/+0
| * | Merge pull request #6852 from albert-github/feature/bug_indendation_paragraphDimitri van Heesch2019-02-241-1/+1
| |\ \
| | * | Indentation of paragraphs in LaTeXalbert-github2019-02-231-1/+1
| | |/
| * | Merge pull request #6832 from albert-github/feature/bug_latex_sectionDimitri van Heesch2019-02-243-44/+53
| |\ \
| | * | Section title runs into marginalbert-github2019-02-103-44/+53
| * | | Merge pull request #6849 from albert-github/feature/bug_internal_docuDimitri van Heesch2019-02-243-12/+14
| |\ \ \
| | * | | Remove some doxygen warnings in internal documentationalbert-github2019-02-223-12/+14
| | | |/ | | |/|
| * | | Merge pull request #6848 from albert-github/feature/bug_latex_code_minusDimitri van Heesch2019-02-241-0/+1
| |\ \ \
| | * | | Latex code double minus goes to endashalbert-github2019-02-221-0/+1
| | |/ /
| * | | Merge pull request #6844 from albert-github/feature/bug_322353Dimitri van Heesch2019-02-241-0/+1
| |\ \ \ | | |/ / | |/| |
| | * | Bug 322353 - C variable argument list doesn't work in @paramalbert-github2019-02-191-0/+1
| |/ /
* | | Merge branch 'abstract_intf'Dimitri van Heesch2019-02-2844-2308/+3196
|\ \ \ | |/ / |/| |
| * | Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-2844-2308/+3196
| * | issue #6840 Hash character in Markdown code span not rendered correctlyalbert-github2019-02-281-0/+1
* | | Merge pull request #6842 from albert-github/feature/issue_6840Dimitri van Heesch2019-02-181-0/+1
|\ \ \ | |/ / |/| |
| * | issue #6840 Hash character in Markdown code span not rendered correctlyalbert-github2019-02-161-0/+1
* | | Merge pull request #6771 from albert-github/feature/bug_cmake_versionDimitri van Heesch2019-02-173-3/+3
|\ \ \
| * | | Minimum required version for CMakealbert-github2019-01-153-3/+3
* | | | Merge pull request #6834 from albert-github/feature/bug_399222Dimitri van Heesch2019-02-172-0/+15
|\ \ \ \
| * | | | Bug 399222 - SORT_BRIEF_DOCS produces wrong resultsalbert-github2019-02-132-0/+15
| | |/ / | |/| |
* | | | Merge pull request #6835 from albert-github/feature/bug_layout_class_indexDimitri van Heesch2019-02-171-4/+8
|\ \ \ \