summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update generated code to javacc 6.2Dimitri van Heesch2019-10-2814-617/+672
* | Merge pull request #7338 from albert-github/feature/bug_cmake_vhdlDimitri van Heesch2019-10-282-0/+20
|\ \
| * | Adding possibility to automatically build vhdlparser from vhdlparser.jj filealbert-github2019-10-181-1/+0
| * | Adding possibility to automatically build vhdlparser from vhdlparser.jj filealbert-github2019-10-182-0/+21
* | | 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-282-17/+32
|\ \ \ \
| * | | | RTF extension file to standard output, make according documentation consistent.albert-github2019-10-172-17/+32
* | | | | 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-2735-2271/+1459
|\ \ \ \ | |_|/ / |/| | |
| * | | Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-2735-2271/+1459
* | | | Merge pull request #7327 from albert-github/feature/bug_a_idDimitri van Heesch2019-10-172-1/+3
|\ \ \ \
| * | | | Support for <a id="label">albert-github2019-10-162-1/+3
| |/ / /
* | | | Merge pull request #7330 from albert-github/feature/bug_vhdl_unique_ptrDimitri van Heesch2019-10-171-2/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | Discrepancy between vhdl input and generated sourcesalbert-github2019-10-171-2/+2
|/ / /
* | | 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
| * | | | Warning when using empty p HTML tagalbert-github2019-10-121-1/+1
| |/ / /
* | | | Merge pull request #7311 from albert-github/feature/issue_cgal_2095_pull_cgal...Dimitri van Heesch2019-10-141-1/+1
|\ \ \ \
| * | | | Also span entire line in case of a memTemplItemRightalbert-github2019-10-101-1/+1
| |/ / /
* | | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-10-1317-31/+68
|\ \ \ \ | |/ / /
| * | | Merge pull request #7297 from albert-github/feature/bug_572798Dimitri van Heesch2019-10-091-1/+1
| |\ \ \
| | * | | Bug 570798 - \\\< does not work for php constantsalbert-github2019-10-061-1/+1
| | |/ /
| * | | Merge pull request #7303 from albert-github/feature/issue_7302Dimitri van Heesch2019-10-091-0/+15
| |\ \ \
| | * | | issue 7302: Parsing of template args in single-quotes is incorrect.albert-github2019-10-081-0/+15
| * | | | Merge pull request #7283 from luzpaz/typosDimitri van Heesch2019-10-0913-26/+26
| |\ \ \ \
| | * | | | Fix typosluz.paz2019-09-2813-26/+26
| | | |/ / | | |/| |
| * | | | Merge pull request #7291 from albert-github/feature/issue_7285Dimitri van Heesch2019-10-091-1/+1
| |\ \ \ \
| | * | | | issue #7285 git executable requiredalbert-github2019-10-021-1/+1
| | |/ / /
| * | | | Merge pull request #7305 from albert-github/feature/bug_psDimitri van Heesch2019-10-093-3/+25
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | Problem with round brackets in PS outputalbert-github2019-10-093-3/+25
| |/ / /