summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove deprecated warnings for QString::SkipEmptyParts in doxywizardalbert-github2021-01-311-0/+4
| | | | Qt made `QString::SkipEmptyParts` deprecated (as of version 5.14) in favor of `Qt::SkipEmptyParts`
* Regression: Fixed compilation issue in sqlite3gen after merging PR #8359Dimitri van Heesch2021-01-281-1/+1
|
* Regression: fixed crash due to uninitialized pointer in ↵Dimitri van Heesch2021-01-281-14/+10
| | | | dotgroupcollaboration.cpp
* Merge pull request #8356 from DuyDang007/patch-1Dimitri van Heesch2021-01-281-2/+2
|\ | | | | issue #8160 Use ^^ instead of \n in ALIASES documentation
| * issue #8160 Use ^^ instead of \n in ALIASES ...DuyDang2021-01-261-2/+2
| | | | | | | | | | document Fix the document.
* | Merge pull request #8359 from albert-github/feature/issue_8357Dimitri van Heesch2021-01-287-10/+11
|\ \ | | | | | | issue #8357 XML output does not include cross-references in code-fragments
| * | issue #8357 XML output does not include cross-references in code-fragmentsalbert-github2021-01-277-10/+11
| |/ | | | | | | | | | | | | In case of explicit code samples the language was not specified for the code and the code was parsed verbatim. Same was valid for code in the Docbook output. The LaTeX version has been taken as reference for the implementation.
* | Merge pull request #8360 from albert-github/feature/bug_extension_mappingDimitri van Heesch2021-01-281-1/+1
|\ \ | |/ |/| Extension during mapping not correctly replaced.
| * Extension during mapping not correctly replaced.albert-github2021-01-281-1/+1
|/ | | | | When searching whether the extension is already in the list of mapped extensions the input extension is used but when inserting the eventually corrected extension (extName) is used. In all cases the inserted extension contains a dot (`.`) , but for the input extension this is not necessarily the case. This can cause problems when searching for an extension as the search will always search wit a dot and thus find the first (is old) value.
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2021-01-251-1/+1
|\
| * Merge pull request #8353 from albert-github/feature/bug_spel_htmlattribDimitri van Heesch2021-01-231-1/+1
| |\ | | | | | | Spelling correction
| | * Spelling correctionalbert-github2021-01-231-1/+1
| | | | | | | | | | | | Some spelling corrections.
* | | Regression: fix incorrect warning regarding 'unable to resolve link'Dimitri van Heesch2021-01-251-1/+1
|/ /
* | Regression. Pages appeared in the wrong order in the menu barDimitri van Heesch2021-01-231-1/+1
| | | | | | | | - prepend flag was interpreted wrongly
* | Regression: fixed potential crash in ftvhelp.cppDimitri van Heesch2021-01-231-2/+2
| | | | | | | | | | - Found while running doxygen on the gmic project - Cause: vector.back() was called on an empty vector
* | Regression: fixed potential crash in docparser.cppDimitri van Heesch2021-01-231-1/+1
|/ | | | | - Found when running doxygen on the reportlab project - Cause: top() was called on an empty stack.
* Refactoring: restore a few qtools headers still used by doxmlparserDimitri van Heesch2021-01-234-31/+345
|
* Fix size_t related compiler errors & warnings for win64Dimitri van Heesch2021-01-228-57/+54
|
* Refactoring: cleanup unused qtools headersDimitri van Heesch2021-01-2247-3773/+100
|
* Refactoring: template.cpp (part 4)Dimitri van Heesch2021-01-221-77/+47
|
* Refactoring: template.cpp (part 3)Dimitri van Heesch2021-01-221-130/+108
|
* Refactoring: template.cpp (part 2)Dimitri van Heesch2021-01-221-59/+64
|
* Refactoring: template.cpp (part 1)Dimitri van Heesch2021-01-221-154/+115
|
* Refactoring: modernized context.cppDimitri van Heesch2021-01-221-17/+16
|
* Refactoring: fix for potentially uninitialized variablesDimitri van Heesch2021-01-221-6/+6
|
* Refactoring: modernize vhdldocgenDimitri van Heesch2021-01-222-300/+244
|
* Refactoring: modernize PlantumlManagerDimitri van Heesch2021-01-228-137/+79
|
* Refactoring: modernize Statistics & time keepingDimitri van Heesch2021-01-225-46/+34
|
* Refactoring: modernize FTVHelpDimitri van Heesch2021-01-222-77/+65
|
* Refactoring: modernize condStackDimitri van Heesch2021-01-221-12/+13
|
* Refactoring: modernize commentStackDimitri van Heesch2021-01-221-25/+30
|
* Refactoring: modernize g_lexerStackDimitri van Heesch2021-01-221-13/+10
|
* Refactoring: modernizing PerlModOutput::m_savedDimitri van Heesch2021-01-221-3/+4
|
* Refactoring: replace QList<CommentInPrepass> by std::vectorDimitri van Heesch2021-01-221-153/+152
|
* Refactoring: modernize LatexDocVisitor::m_tableStateStackDimitri van Heesch2021-01-222-58/+45
|
* Refactoring: move Doc*Visitor::push/popEnabledDimitri van Heesch2021-01-2214-211/+82
| | | | New class & name: DocVisitor::push/popHidden
* Refactoring: modernize IndexList::m_intfsDimitri van Heesch2021-01-222-17/+19
|
* Refactoring: remove unused function generateFileTree()Dimitri van Heesch2021-01-223-288/+0
|
* Refactoring: modernize HtmlAttribListDimitri van Heesch2021-01-228-211/+136
|
* Refactoring: modernize various dot graphsDimitri van Heesch2021-01-2217-267/+241
|
* Refactoring: replace QList<MemberDef> by std::vector in util.cppDimitri van Heesch2021-01-222-13/+12
|
* Refactoring: modernize g_usingDeclarationsDimitri van Heesch2021-01-221-16/+5
|
* Refactoring: modernize FileListDimitri van Heesch2021-01-2215-183/+113
|
* Refactoring: modernize OutputNameList/OutputNameDictDimitri van Heesch2021-01-222-51/+31
|
* Refactoring: replace QDict<void> by StringSetDimitri van Heesch2021-01-221-6/+6
|
* Refactoring: replace g_compoundKeywordDict by g_compoundKeywordsDimitri van Heesch2021-01-221-38/+10
|
* Refactoring: replace StringList by StringVectorDimitri van Heesch2021-01-222-38/+21
|
* Refactoring: replace StringDict by StringMapDimitri van Heesch2021-01-227-66/+53
|
* Refactoring: modernize IncludeInfo listDimitri van Heesch2021-01-2215-330/+251
|
* Refactoring: modernize docparser and clientsDimitri van Heesch2021-01-2211-813/+664
|