summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Refactoring: modernize IncludeInfo listDimitri van Heesch2021-01-2214-328/+249
|
* Refactoring: modernize docparser and clientsDimitri van Heesch2021-01-2211-813/+664
|
* Refactoring: modernize htags g_symbolDictDimitri van Heesch2021-01-221-8/+9
|
* Refactoring: modernize HtmlEntity::m_name2symDimitri van Heesch2021-01-222-8/+8
|
* Refactoring: modernize MemberListDimitri van Heesch2021-01-2230-878/+577
|
* Refactoring: modernize packageNameCacheDimitri van Heesch2021-01-221-15/+7
|
* Refactoring: modernize rtf_StyleDimitri van Heesch2021-01-224-85/+72
|
* Refactoring: modernize g_extLookupDimitri van Heesch2021-01-221-11/+11
|
* Refactoring: modernize rtfFormatBmkStrDimitri van Heesch2021-01-221-16/+12
|
* Refactoring: modernized usedNames variable used for SHORT_NAMES optionDimitri van Heesch2021-01-221-10/+11
|
* Refactoring: modernize overloadTotalDict and overloadCountDictDimitri van Heesch2021-01-221-38/+26
|
* Refactoring: change visitedClasses type to ClassDefSetDimitri van Heesch2021-01-223-48/+44
|
* Refactoring: modernize used/usedByImplementationClasses & ↵Dimitri van Heesch2021-01-223-128/+58
| | | | templateTypeConstraints
* Refactoring: remove unused ClassDef::getVariableInstance()Dimitri van Heesch2021-01-222-34/+0
|
* Refactoring: modernize configimplDimitri van Heesch2021-01-222-118/+77
|
* Refactoring: modernize get/setTemplateBaseClassNamesDimitri van Heesch2021-01-223-86/+46
|
* Refactoring: modernize ClassDef::getTemplateInstances()Dimitri van Heesch2021-01-224-63/+44
|
* Refactoring: modernize LayoutNavEntry and LayoutDocEntry listsDimitri van Heesch2021-01-229-212/+133
|
* Refactoring: modernize cmdmapperDimitri van Heesch2021-01-222-39/+36
|
* Refactoring: modernize emoji classDimitri van Heesch2021-01-222-8/+7
|
* 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
| | | | | - In the past in case of a quoted string there was a space at the end of the string (as also indicated in the comment), now this space is gone so the `wasQuoted` would not kick in. A string with an escaped double quote should be / has to be escaped so it should also be included in the `wasQuoted` - missing one `data()` -> `str()` (should not give a problem due to the guard, but better for consistency).
* 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
| | | | The last line doesn't necessary contain the newline character, but the rule required it. The newline character will be handled, correctly, separately.
* issue #8335: "failed to run html help compiler on index.hhp" with doxygen is ↵Dimitri van Heesch2021-01-161-1/+2
| | | | 1.9.1
* 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 output
| | * Bug when running docbook with debug outputalbert-github2021-01-121-2/+2
| | | | | | | | | | | | Wrong "file pointer" used in print.
| * | Merge pull request #8325 from albert-github/feature/bug_config_latex_spellDimitri van Heesch2021-01-121-3/+3
| |\ \ | | | | | | | | Spelling corrections config
| | * | Spelling corrections configalbert-github2021-01-121-3/+3
| | |/ | | | | | | | | | | | | Some spelling corrections (found by Fossies)
| * | sqlcode.l does not compile in LEX debug modealbert-github2021-01-121-1/+1
| |/ | | | | | | Correction for debug mode in sqlcode.l
* | 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 $-placeholders
| * bug 668003 Default LaTeX header misses $-placeholdersalbert-github2021-01-058-599/+471
| | | | | | | | Create, analogous to HTML, also for LaTeX default header and footer files.
* | 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 block
| * | issue #8308 Verbatim block followed by markdown header breaks verbatim blockalbert-github2021-01-071-1/+35
| | | | | | | | | | | | Skip block commands.
* | | 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 namespace
| * | | bug_560861 Class graph does not differentiate same classes in different ↵albert-github2021-01-111-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | namespace The checking should not take place on the display name of the class but on its full name.
* | | | issue #8322 Random output for markdown xml snippetalbert-github2021-01-111-1/+2
|/ / / | | | | | | | | | | | | - Data space was allocated but never filled. - Correction for debug mode
* | | 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 ↵Dimitri van Heesch2021-01-081-0/+4
|\ \ \ | | | | | | | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/issue_8311