summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Refactoring: remove unused sortdict.hDimitri van Heesch2021-01-2212-433/+1
* Refactoring: replace FilePairDict by FilePairLinkedMapDimitri van Heesch2021-01-223-33/+27
* Refactoring: modernize DotNodeDimitri van Heesch2021-01-227-375/+230
* Refactoring: remove some dead/commented out codeDimitri van Heesch2021-01-224-98/+1
* Refactoring: modernizing fortrancode.lDimitri van Heesch2021-01-221-57/+41
* Refactoring: change type of Namespace::m_innerCompounds to LinkedRefMapDimitri van Heesch2021-01-221-6/+4
* Refactoring: modernize docsetsDimitri van Heesch2021-01-222-102/+82
* issue #8343 doxygen-1.9.1 crashes when parsing config file (part 2)albert-github2021-01-191-3/+2
* issue #8343: doxygen-1.9.1 crashes when parsing config fileDimitri van Heesch2021-01-181-6/+6
* issue #8338 \until and \skipline don't hide doxygen comments like \skip doesalbert-github2021-01-161-8/+3
* issue #8335: "failed to run html help compiler on index.hhp" with doxygen is ...Dimitri van Heesch2021-01-161-1/+2
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-01-135-10/+34
|\
| * Portuguese translators updated to 1.9.0.Fabio Jun Takada Chino2021-01-122-4/+28
| * Merge pull request #8326 from albert-github/feature/bug_docbook_debugDimitri van Heesch2021-01-121-2/+2
| |\
| | * Bug when running docbook with debug outputalbert-github2021-01-121-2/+2
| * | Merge pull request #8325 from albert-github/feature/bug_config_latex_spellDimitri van Heesch2021-01-121-3/+3
| |\ \
| | * | Spelling corrections configalbert-github2021-01-121-3/+3
| | |/
| * | sqlcode.l does not compile in LEX debug modealbert-github2021-01-121-1/+1
| |/
* | Avoid writing artifically created classes to the tag fileDimitri van Heesch2021-01-132-6/+8
|/
* Merge pull request #8309 from albert-github/feature/bug_668003Dimitri van Heesch2021-01-118-599/+471
|\
| * bug 668003 Default LaTeX header misses $-placeholdersalbert-github2021-01-058-599/+471
* | Merge pull request #8314 from albert-github/feature/issue_8308Dimitri van Heesch2021-01-111-1/+35
|\ \
| * | issue #8308 Verbatim block followed by markdown header breaks verbatim blockalbert-github2021-01-071-1/+35
* | | Merge pull request #8321 from albert-github/feature/bug_560861Dimitri van Heesch2021-01-111-2/+7
|\ \ \
| * | | bug_560861 Class graph does not differentiate same classes in different names...albert-github2021-01-111-2/+7
* | | | issue #8322 Random output for markdown xml snippetalbert-github2021-01-111-1/+2
|/ / /
* | | Update doxygen copyright (year)Release_1_9_1Dimitri van Heesch2021-01-081-1/+1
* | | Fix coverity dead-code warningDimitri van Heesch2021-01-081-1/+1
* | | Slightly reworked the codeDimitri van Heesch2021-01-081-4/+2
* | | Merge branch 'feature/issue_8311' of https://github.com/albert-github/doxygen...Dimitri van Heesch2021-01-081-0/+4
|\ \ \
| * | | issue #8311 Markdown table: double-quote ruins the outputalbert-github2021-01-071-0/+4
| |/ /
* | | Add valign attribute of table cells to xml output.Jan Theegarten2021-01-071-0/+5
* | | Adapt formattingJan Theegarten2021-01-071-3/+3
* | | Add width attribute of tables and table cells to xml output.Jan Theegarten2021-01-071-2/+16
* | | Implement alt="" for images in xml.Jan Theegarten2021-01-071-2/+6
* | | Add location to xml representation of pages.Jan Theegarten2021-01-061-0/+3
|\ \ \ | |/ / |/| |
| * | Add location to xml representation of pages.Jan Theegarten2020-03-251-0/+3
* | | Various fixes based on coverity scan resultsDimitri van Heesch2021-01-0510-181/+215
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-01-053-5/+4
|\ \ \ | | |/ | |/|
| * | Merge pull request #8303 from albert-github/feature/bug_util_warnDimitri van Heesch2021-01-051-1/+1
| |\ \
| | * | Compilation warning in util.cppalbert-github2021-01-031-1/+1
| * | | Incorrect entries on treeviewalbert-github2021-01-051-1/+1
| * | | Merge pull request #8306 from dhebbeker/feature/remove-check-of-isParentOfDimitri van Heesch2021-01-051-3/+2
| |\ \ \
| | * | | Optimize: usedDir can not be parent of dd if they have the same parent.David Hebbeker2021-01-021-3/+2
* | | | | issue #8296: LaTeX Error: File ... not found (for caffee project)Dimitri van Heesch2021-01-052-11/+3
|/ / / /
* | | | Refactoring: avoid copying MemberLists by not embedding them directlyDimitri van Heesch2021-01-049-112/+113
* | | | issue #8304: compilation failureDimitri van Heesch2021-01-041-3/+3
* | | | Revert "Refactoring: Embed MemberGroup objects directly in their container"Dimitri van Heesch2021-01-0411-126/+120
* | | | Refactoring: Embed MemberGroup objects directly in their containerDimitri van Heesch2021-01-0411-120/+126
* | | | Refactoring: modernize getMemberLists()Dimitri van Heesch2021-01-0415-358/+195