summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Show git version informationalbert-github2019-04-076-6/+79
* Revert "issue #6856 Doxygen only expands macro defined in header file once wh...Dimitri van Heesch2019-03-281-2/+5
* Merge pull request #6890 from albert-github/feature/bug_xml_xsdDimitri van Heesch2019-03-251-1/+2
|\
| * Correcting errors in xml generation and xsd schemaalbert-github2019-03-181-1/+2
* | Merge pull request #6859 from albert-github/feature/issue_6856Dimitri van Heesch2019-03-201-5/+2
|\ \
| * | issue #6856 Doxygen only expands macro defined in header file once when refer...albert-github2019-02-251-5/+2
* | | issue #6892 xml not well-formed (invalid token) for c++albert-github2019-03-191-2/+2
| |/ |/|
* | Merge pull request #6784 from albert-github/feature/issue_6781_2Dimitri van Heesch2019-03-171-24/+12
|\ \
| * | issue #6781 Unable to use math in markdown table headersalbert-github2019-01-191-24/+12
* | | Merge pull request #6649 from albert-github/feature/bug_616379Dimitri van Heesch2019-03-171-4/+13
|\ \ \
| * | | Bug 616379 - doxygen result by nested comment incorrectlyalbert-github2018-11-281-4/+13
* | | | Merge pull request #6873 from albert-github/feature/bug_ftn_cont_labelDimitri van Heesch2019-03-172-20/+59
|\ \ \ \
| * | | | Continuation lines and labelsalbert-github2019-03-072-20/+59
* | | | | Removed unneeded checkDimitri van Heesch2019-03-171-1/+1
* | | | | at sign (`@`) not handled correctly in preprocessor (more fixes)Dimitri van Heesch2019-03-171-34/+40
* | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-03-168-7/+72
|\ \ \ \ \
| * | | | | issue #6882 1.8.15 regression: caller graph created even though CALLER_GRAPH ...albert-github2019-03-121-2/+2
| * | | | | Merge pull request #6772 from albert-github/feature/issue_6764Dimitri van Heesch2019-03-101-1/+15
| |\ \ \ \ \
| | * | | | | issue #6764 Incorrect parsing of C enum comments defined using a macroalbert-github2019-01-151-1/+15
| * | | | | | Merge pull request #6785 from albert-github/feature/issue_6775Dimitri van Heesch2019-03-101-0/+1
| |\ \ \ \ \ \
| | * | | | | | issue #6775 LaTex package newunicodechar: "package won't work "albert-github2019-01-201-0/+1
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge pull request #6857 from albert-github/feature/bug_645910Dimitri van Heesch2019-03-101-1/+8
| |\ \ \ \ \ \
| | * | | | | | Bug 645910 - Segfault on recursion while parsing "\subpage A" in "\page A"albert-github2019-02-251-1/+8
| | | |_|_|_|/ | | |/| | | |
| * | | | | | 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
| | | |_|_|/ / | | |/| | | |
* | | | | | | at sign (`@`) not handled correctly in preprocessorDimitri van Heesch2019-03-161-0/+15
|/ / / / / /
* | | | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-03-101-2/+2
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #6868 from albert-github/feature/bug_secref_multicolDimitri van Heesch2019-03-091-2/+2
| |\ \ \ \ \ \
| | * | | | | | secref command output shows in 1 column (HTML)albert-github2019-03-041-2/+2
| | |/ / / / /
* | | | | | | Fixed a few compiler warnings on win32Dimitri van Heesch2019-03-103-4/+4
|/ / / / / /
* | | | | | Merge branch 'albert-github-feature/bug_lineno_split_examples'Dimitri van Heesch2019-03-0910-25/+140
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert...Dimitri van Heesch2019-03-099-25/+139
| |\ \ \ \ \ |/ / / / / /
| * | | | | Show line numbers in "split" examplesalbert-github2019-03-038-9/+124
* | | | | | Fix for unmatched </p> when using \until as the first commandDimitri van Heesch2019-03-031-6/+4
* | | | | | 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-021-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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-287-56/+60
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #6832 from albert-github/feature/bug_latex_sectionDimitri van Heesch2019-02-242-44/+44
| |\ \ \ \