summaryrefslogtreecommitdiffstats
path: root/src/util.h
Commit message (Expand)AuthorAgeFilesLines
* RefactoringDimitri van Heesch2020-05-151-4/+0
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-2/+2
* Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMapDimitri van Heesch2020-04-271-1/+0
* Fixes missing include and missing html extension logicDimitri van Heesch2020-04-251-0/+1
* Performance improvements after profilingDimitri van Heesch2020-04-241-4/+6
* Changed fix as proposedDimitri van Heesch2020-04-091-1/+0
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-3/+3
* Doxygen version information (#7645)albert-github2020-03-171-0/+1
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-1/+1
* Merge pull request #7612 from albert-github/feature/issue_7583Dimitri van Heesch2020-02-271-1/+1
|\
| * issue #7583 External Links in Inheritance Diagrams open in the Image Frame.albert-github2020-02-241-1/+1
* | Restructure the way RefLists are handledDimitri van Heesch2020-02-271-4/+7
|/
* Compilation warningsalbert-github2020-02-221-1/+1
* Minor fixesDimitri van Heesch2019-12-251-3/+1
* Merge branch 'feature/bug_335614' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-251-0/+4
|\
| * Bug 335614 - HTML link incorrect when using tagfilealbert-github2019-09-301-0/+4
* | Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-2/+2
* | Replaced QList<SectionInfo> by std::vector<SectionInfo>Dimitri van Heesch2019-10-291-1/+0
* | Embed TagInfo struct inside EntryDimitri van Heesch2019-10-281-1/+1
* | Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-11/+11
* | Problem with round brackets in PS outputalbert-github2019-10-091-0/+2
|/
* Warning with xrefitem from documentationalbert-github2019-09-131-0/+1
* Merge pull request #7042 from albert-github/feature/bug_632754Dimitri van Heesch2019-08-071-0/+1
|\
| * Bug 632754 - The \copydoc Command Requires The Use of C++ Syntax in C# Codealbert-github2019-06-071-0/+1
* | Some fixes and restructuringDimitri van Heesch2019-08-061-0/+1
* | Improved constness and avoid using non-const members of aliasesDimitri van Heesch2019-07-291-6/+8
* | issue #7033 Syntax highlighting doesn't work when calling \dontinclude from M...albert-github2019-06-061-0/+1
|/
* Merge pull request #6913 from albert-github/feature/url_to_md_fileDimitri van Heesch2019-05-121-0/+2
|\
| * Markdown file as internet linkalbert-github2019-04-051-0/+2
* | Add const correctness for argument listsDimitri van Heesch2019-05-051-3/+3
* | Further const correctness changesDimitri van Heesch2019-05-051-1/+1
* | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-41/+39
|/
* issue #6744 Ampersand in Markdown image URL is not escaped in XML outputalbert-github2019-01-061-1/+1
* Merge remote-tracking branch 'doxygen/master'Joe George2018-11-021-2/+3
|\
| * Changed refiltering to forced use of insideTabbingDimitri van Heesch2018-10-291-2/+2
| * Merge pull request #6460 from albert-github/feature/issue_6456Dimitri van Heesch2018-10-271-0/+1
| |\
| | * Issue_6456 Using # in links causes errors in PDF generationalbert-github2018-08-241-0/+1
* | | Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-12/+13
|/ /
* | Implementation of standard generator for docbook outputalbert-github2018-09-071-0/+2
|/
* Merge pull request #738 from albert-github/feature/bug_latex_codeDimitri van Heesch2018-07-211-0/+1
|\
| * Small problems when having code in LaTeX outputalbert-github2018-05-221-0/+1
* | Added substitution variant for character substitutionDimitri van Heesch2018-07-171-0/+1
|/
* Bug 783134 - LaTeX output for \tparam block fails to compile when it contains...Dimitri van Heesch2017-12-311-0/+4
* Merge branch 'master' of https://github.com/ahoogol/doxygen into ahoogol-masterDimitri van Heesch2017-12-281-2/+1
|\
| * Added support for RTL(right to left) languages like Arabic and Persian in HTM...ahoogol2017-06-251-2/+1
* | Add variadic arguments support to @link and @ref, aka '...' arguments, fixesDimitri van Heesch2017-12-281-1/+2
* | Merge branch 'variadic' of https://github.com/mehw/doxygen into mehw-variadicDimitri van Heesch2017-12-271-1/+1
|\ \
| * | Fix/New: add variadic function args '...' support to @linkMatthew White2017-08-031-1/+1
| |/
* | Pass strings as const references.Vladimír Vondruš2017-11-191-1/+1
* | const-ifyAdrian Negreanu2017-09-251-8/+8
|/