summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Better warning message in case of illegal commandalbert-github2019-11-061-6/+12
* | | | Fixed use of uninitialized pointer in preprocessorDimitri van Heesch2019-11-0915-19/+19
* | | | Remove global state from constexp lexerDimitri van Heesch2019-11-096-52/+98
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-0938-60/+59
|\ \ \ \
| * \ \ \ Merge pull request #7377 from albert-github/feature/bug_spell_srcDimitri van Heesch2019-11-0638-60/+59
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Spelling corrections for src directoryalbert-github2019-11-0538-60/+59
* | | | | Make preprocess code reentrantDimitri van Heesch2019-11-094-1638/+1687
* | | | | Fixed use of uninitialized data in VHDL generatorDimitri van Heesch2019-11-091-5/+8
|/ / / /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-11-051-0/+7
|\ \ \ \
| * | | | QGDict::hashAsciiKey: Invalid null key due to empty procedure namealbert-github2019-11-041-0/+7
| |/ / /
* | | | issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-0515-92/+82
|/ / /
* | | Changed implementation to use SkipString/SkipStringS.Dimitri van Heesch2019-11-021-6/+10
* | | Merge branch 'feature/bug_code_string' of https://github.com/albert-github/do...Dimitri van Heesch2019-11-021-0/+6
|\ \ \
| * | | Code highlighting.albert-github2019-10-101-0/+6
* | | | Merge pull request #7323 from albert-github/feature/bug_empty_html_tagDimitri van Heesch2019-11-021-18/+26
|\ \ \ \
| * | | | Skip empty HTML tagalbert-github2019-10-151-18/+26
* | | | | Merge pull request #7364 from albert-github/feature/issue_7358Dimitri van Heesch2019-11-021-1/+1
|\ \ \ \ \
| * | | | | issue #7358: Ternary conditional and null-coalescing operator in constructor ...albert-github2019-10-301-1/+1
* | | | | | Removing left over debug statementsalbert-github2019-11-012-5/+5
* | | | | | Merge branch 'master' into feature/bug_param_missing_warnDimitri van Heesch2019-11-0170-3932/+2833
|\ \ \ \ \ \
| * | | | | | Removed commented out lineDimitri van Heesch2019-11-011-1/+0
| * | | | | | Merge branch '191031/g_bracketCont' of https://github.com/cheoljoo/doxygen in...Dimitri van Heesch2019-11-011-1/+1
| |\ \ \ \ \ \
| | * | | | | | bug fix of g_bracketCount in case of if( myobject.getPair() )Charles.Lee2019-10-311-1/+1
| * | | | | | | Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-2919-212/+93
| * | | | | | | Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-2913-50/+22
| * | | | | | | Replaced QList<Grouping> with std::vector<Grouping>Dimitri van Heesch2019-10-2910-146/+59
| * | | | | | | Replaced QList<BaseInfo> with std::vector<BaseInfo>Dimitri van Heesch2019-10-299-78/+47
| * | | | | | | Cleanup forward declarations of obsolete classesDimitri van Heesch2019-10-285-7/+0
| * | | | | | | Embed TagInfo struct inside EntryDimitri van Heesch2019-10-289-96/+86
| | |/ / / / / | |/| | | | |
| * | | | | | Merge pull request #7341 from ellert/source-date-yearDimitri van Heesch2019-10-281-3/+9
| |\ \ \ \ \ \
| | * | | | | | Let $year support SOURCE_DATE_EPOCHMattias Ellert2019-10-191-3/+9
| | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge pull request #7353 from albert-github/feature/issue_7119Dimitri van Heesch2019-10-281-1/+1
| |\ \ \ \ \ \
| | * | | | | | issue #7119 Doxygen does not link to C# snippets - regressionalbert-github2019-10-271-1/+1
| | |/ / / / /
| * | | | | | Merge pull request #7355 from albert-github/feature/bug_quote_warn_2Dimitri van Heesch2019-10-281-2/+3
| |\ \ \ \ \ \
| | * | | | | | Properly open quotes in warningalbert-github2019-10-281-2/+3
| * | | | | | | Merge pull request #7332 from albert-github/feature/bug_rtf_manDimitri van Heesch2019-10-281-7/+14
| |\ \ \ \ \ \ \
| | * | | | | | | RTF extension file to standard output, make according documentation consistent.albert-github2019-10-171-7/+14
| * | | | | | | | Merge pull request #7331 from albert-github/feature/issue_7328Dimitri van Heesch2019-10-281-0/+1
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | |
| | * | | | | | | issue #7328 Cannot generate DoxygenLayout.xmlalbert-github2019-10-171-0/+1
| | |/ / / / / /
| * | | | | | | Merge branch 'std'Dimitri van Heesch2019-10-2734-2236/+1434
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| | * | | | | | Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-2734-2236/+1434
| | | |_|/ / / | | |/| | | |
| * | | | | | Merge pull request #7327 from albert-github/feature/bug_a_idDimitri van Heesch2019-10-171-1/+1
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | Support for <a id="label">albert-github2019-10-161-1/+1
| | |/ / / /
| * | | | | Revert "Minor code cleanup for layout files"Dimitri van Heesch2019-10-163-6/+10
| |/ / / /
| * | | | Merge pull request #7292 from albert-github/feature/bug_warn_aliasDimitri van Heesch2019-10-141-1/+1
| |\ \ \ \
| | * | | | Incorrect warning for ALIASESalbert-github2019-10-051-1/+1
| | | |_|/ | | |/| |
| * | | | Merge pull request #7312 from albert-github/feature/bug_quote_warnDimitri van Heesch2019-10-141-0/+2
| |\ \ \ \
| | * | | | Properly close quotes in warningalbert-github2019-10-101-0/+2
| | | |_|/ | | |/| |
| * | | | Merge pull request #7318 from albert-github/feature/bug_html_p_tagDimitri van Heesch2019-10-141-3/+4
| |\ \ \ \
| | * | | | Warning when using empty HTML tagalbert-github2019-10-141-3/+4