summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Fix lifetime issue for Entry objects.Dimitri van Heesch2019-10-133-12/+32
| |/ / /
| * | | Merge branch 'std'Dimitri van Heesch2019-10-0726-1091/+998
| |\ \ \ | | |/ / | |/| |
| | * | Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-0726-1091/+998
* | | | Nicer warning for missing parameteralbert-github2019-09-301-5/+7
|/ / /
* | | issue #7274 Subpages no longer possible under mainpagealbert-github2019-09-271-1/+1
|/ /
* | issue #7277: C++ - Crash using all system memory on using parent constructor ...Dimitri van Heesch2019-09-261-2/+2
* | issue #7265: Double quote character in C++ raw string literal causes Doxygen ...Dimitri van Heesch2019-09-242-0/+36
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-241-1/+1
|\ \
| * \ Merge pull request #7276 from albert-github/feature/bug_html_attribDimitri van Heesch2019-09-241-1/+1
| |\ \
| | * | HTML attribute namealbert-github2019-09-231-1/+1
* | | | Avoid code duplication and make the keyword matching more robustDimitri van Heesch2019-09-241-9/+11
* | | | Merge branch 'fetaure/bug_340202' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-09-241-1/+13
|\ \ \ \ | |/ / / |/| | |
| * | | Bug 340202 - @code: static_cast, const_cast, etc C++ keywordsalbert-github2019-09-231-1/+13
| |/ /
* | | Minor code cleanup for layout filesDimitri van Heesch2019-09-243-10/+6
|/ /
* | Reduce the use of QString in favor of the more efficient QCStringDimitri van Heesch2019-09-2124-102/+83
* | issue #7271 Tilde in preprocessor macro disappears in latexalbert-github2019-09-191-1/+1
* | Merge pull request #7260 from albert-github/feature/bug_xref_pageDimitri van Heesch2019-09-174-2/+6
|\ \
| * | Warning with xrefitem from documentationalbert-github2019-09-134-2/+6
* | | Merge pull request #7263 from albert-github/feature/issue_7262Dimitri van Heesch2019-09-171-1/+2
|\ \ \
| * | | issue #7262 ALIASES not found when filename has more than one dotalbert-github2019-09-151-1/+2
| |/ /
* | | issue #7268 Unable to build "master" branchalbert-github2019-09-172-2/+3
* | | Generalized the HTML comment detection and handlingDimitri van Heesch2019-09-161-8/+3
* | | Merge branch 'feature/bug_html_comment' of https://github.com/albert-github/d...Dimitri van Heesch2019-09-161-1/+6
|\ \ \
| * | | HTML start comment with 3 dashesalbert-github2019-09-051-1/+6
* | | | Merge pull request #7264 from albert-github/feature/bug_164073Dimitri van Heesch2019-09-161-0/+17
|\ \ \ \
| * | | | Bug 164073 - There should be a dummy tag that Doxygen ignoresalbert-github2019-09-151-0/+17
| | |/ / | |/| |
* | | | Merge pull request #7266 from luzpaz/typosDimitri van Heesch2019-09-163-4/+4
|\ \ \ \
| * | | | Fix some typos luz.paz2019-09-163-4/+4
| |/ / /
* | | | Simplified code generated by scan_states.pyDimitri van Heesch2019-09-161-12/+8
* | | | Merge branch 'feature/bug_consistency_state_2' of https://github.com/albert-g...Dimitri van Heesch2019-09-1220-78/+167
|\ \ \ \ | |/ / / |/| | |
| * | | Consistent way to show scanner statealbert-github2019-09-0520-78/+167
| |/ /
* | | Merge pull request #7251 from albert-github/feature/bug_674005Dimitri van Heesch2019-09-121-2/+16
|\ \ \
| * | | Bug 674005 - Crop png formula environnment problem for HTML outputalbert-github2019-09-091-2/+16
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-121-3/+4
|\ \ \ \
| * \ \ \ Merge pull request #7253 from albert-github/feature/bug_ircDimitri van Heesch2019-09-111-3/+4
| |\ \ \ \
| | * | | | Bogus explicit link warning message from irc protocol namealbert-github2019-09-111-3/+4
| | |/ / /
* | | | | Fixed a couple of compiler warnings on WindowsDimitri van Heesch2019-09-121-2/+2
|/ / / /
* | | | Refactoring code for dot related source filesDimitri van Heesch2019-09-1018-405/+406
|/ / /
* | | issue #6715: Errorneous matching of the immediately following block command a...Dimitri van Heesch2019-09-072-7/+2
* | | issue #6715: Errorneous matching of the immediately following block command a...Dimitri van Heesch2019-09-071-0/+5
|/ /
* | issue #7189: wrong warning on ambiguous image filesDimitri van Heesch2019-09-021-8/+23
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-09-021-0/+1
|\ \
| * | Backslash in href.albert-github2019-09-021-0/+1
* | | issue #7243: Some PHP classes are not properly extracted/documentedDimitri van Heesch2019-09-021-7/+6
|/ /
* | Merge pull request #7202 from albert-github/feature/issue_7200Dimitri van Heesch2019-08-311-4/+44
|\ \
| * | issue #7200 Fortran warning: type not declared or definedalbert-github2019-08-151-4/+44
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-08-312-1/+4
|\ \ \
| * | | Parsing `#` sign inserted by preprocessor in fixed Form Fortranalbert-github2019-08-301-0/+1
| * | | Merge pull request #7220 from albert-github/feature/issue_7218Dimitri van Heesch2019-08-291-1/+3
| |\ \ \
| | * | | issue #7218 Doxygen parsing word documentsalbert-github2019-08-231-1/+3