summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Refactoring: modernise member indicesDimitri van Heesch2020-12-304-297/+163
| |/ |/|
* | Merge branch 'searchindex'Dimitri van Heesch2020-12-295-470/+391
|\ \ | |/ |/|
| * Refactoring: Modernise client side part of searchindexDimitri van Heesch2020-12-295-470/+391
| |
* | Merge pull request #8279 from dhebbeker/feature/archive-build-artifactsDimitri van Heesch2020-12-281-0/+6
|\ \ | |/ |/| archive build artefacts in GitHub Actions
| * Change path to build artifacts.David Hebbeker2020-12-271-1/+1
| |
| * Revert "Add debug output."David Hebbeker2020-12-271-5/+0
| | | | | | | | This reverts commit 3073a2f25f0091047bf5f18a2e97f288b1c62daa.
| * Add debug output.David Hebbeker2020-12-271-0/+5
| |
| * Add action to archive build artifacts.David Hebbeker2020-12-271-0/+6
| |
* | Bump version to 1.9.1Dimitri van Heesch2020-12-271-1/+1
| |
* | Added changelog for 1.9.0Release_1_9_0Dimitri van Heesch2020-12-271-0/+270
| |
* | Workaround for older versions of QtDimitri van Heesch2020-12-271-3/+4
|/ | | | That don't support QByteArray::toStdString()
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-261-2/+1
|\
| * Merge pull request #8277 from albert-github/feature/bug_cnt_md_endcodeDimitri van Heesch2020-12-261-2/+1
| |\ | | | | | | Miscounting lines in case a fenced code block
| | * Miscounting lines in case a fenced code blockalbert-github2020-12-261-2/+1
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having the following code: ``` # The page ~~~ ABC ~~~ ~~~ DEF ~~~ ~~~ GHI ~~~ ~~~ JKL~~~ \line17 ``` we get the warnings: ``` .../aa.md:16: warning: Found unknown command '\line17' ``` instead of ``` .../aa.md:17: warning: Found unknown command '\line17' ``` The last character of the fenced code block is not handled in the code block. This problem has been solved (and also checked against the previous examples of #8045 and #8123).
* | Avoid "Internal inconsistency" warnings for scoped enumsDimitri van Heesch2020-12-261-3/+7
|/ | | | Can happen if they appear in an undocumented namespace.
* When instantiating templates also instantiate nested classesDimitri van Heesch2020-12-263-26/+47
|
* Improved sorting of class list/hierarchyDimitri van Heesch2020-12-261-3/+9
| | | | | | | When SORT_BY_SCOPE_NAME = NO nested classes with the same name but in different scopes were shown unsorted. Now they are alphabetically sorted by scope name which make the results more deterministic.
* Fixed problem expanding/collapsing search results when using XHTML (part 2)Dimitri van Heesch2020-12-252-3/+3
|
* issue #8050: Artificial classDef confuses getCanonicalTypeForIdentifier() ↵Dimitri van Heesch2020-12-251-9/+34
| | | | (part 2)
* Refactoring: Fix some issues in reporting warnings for Doxywizard's config ↵Dimitri van Heesch2020-12-251-3/+3
| | | | parser
* Refactoring: removed some dead codeDimitri van Heesch2020-12-252-142/+0
|
* Refactoring: Re-added sorting for namespacesDimitri van Heesch2020-12-251-0/+8
|
* Refactoring: better processing of (un)quoted values for tags in the ↵Dimitri van Heesch2020-12-254-72/+314
| | | | configuration file (part 2)
* Refactoring: better processing of (un)quoted values for tags in the ↵Dimitri van Heesch2020-12-241-318/+427
| | | | configuration file
* Merge branch 'albert-github-feature/bug_param_ilinebr'Dimitri van Heesch2020-12-241-1/+2
|\
| * Fixed small issue computing indentation for inline line breaksDimitri van Heesch2020-12-241-0/+1
| |
| * Merge branch 'feature/bug_param_ilinebr' of ↵Dimitri van Heesch2020-12-241-1/+1
| |\ |/ / | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_param_ilinebr
| * Concatenation of \param text and \details textalbert-github2020-12-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a simple file like: ``` /// \file /// @brief Different xxxxxxxxxxxxxxxxxxxxx /// @param[in] var = zzzzzz /// @details Different yyyyyyyy void fie(int var); `` we see in the version 1.8.18 that the text is displayed as: ``` Parameters [in] var = zzzzzz Different yyyyyyyy ``` but in the newer versions this is like: ``` Parameters [in] var = zzzzzz Different yyyyyyyy ``` the inserted intermediate `\ilinebr` are not handled as newlines
* | issue #7471: [1.8.16 regression] multiple use of page labelDimitri van Heesch2020-12-241-2/+5
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-244-21/+3
|\ \
| * \ Merge pull request #8276 from albert-github/feature/bug_refactor_lauout_defaultDimitri van Heesch2020-12-244-21/+3
| |\ \ | | | | | | | | Refactoring position of layout_default.xml
| | * | Refactoring position of layout_default.xmlalbert-github2020-12-244-21/+3
| | | | | | | | | | | | | | | | The position of the `layout_defaul.xml` was still done by a dedicated script and not by the resource manager.
* | | | issue #8050: Artificial classDef confuses getCanonicalTypeForIdentifier()Dimitri van Heesch2020-12-241-1/+6
|/ / /
* | | issue #8274 List entries for file & namespace enums (part 2)Dimitri van Heesch2020-12-242-4/+19
|/ /
* | Regression: fixed 'no matching class member found for' warning in OpenMSX ↵Dimitri van Heesch2020-12-231-2/+2
| | | | | | | | project
* | Regression: Members of template instances were no longer outputtedDimitri van Heesch2020-12-231-1/+1
| |
* | issue #8274: List entries for file & namespace enumsDimitri van Heesch2020-12-231-76/+65
| |
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-231-1/+1
|\ \ | |/
| * Merge pull request #8273 from albert-github/feature/issue_8269Dimitri van Heesch2020-12-231-1/+1
| |\ | | | | | | issue #8269 Make failed when building layout.cpp
| | * issue #8269 Make failed when building layout.cppalbert-github2020-12-231-1/+1
| |/ | | | | | | | | When a `\r` is present of the line ending of the file `layout_default.xml` this leads to unexpected results (the `\r` should not be present at all). By means of removing the `\r` this problem can be solved.
* | Refactoring: replace NamespaceSDict by NamespaceLinkedMapDimitri van Heesch2020-12-2317-282/+150
| |
* | Refactoring: replaced getNamespaceSDict() by getNamespaces()Dimitri van Heesch2020-12-2315-345/+315
|/
* issue #6471: Out-of-line documentation of scoped enumsDimitri van Heesch2020-12-221-3/+76
|
* Merge pull request #8268 from albert-github/feature/bug_warn_utilDimitri van Heesch2020-12-221-3/+3
|\ | | | | Remove warnings from util.cpp
| * Remove warnings from util.cppalbert-github2020-12-211-3/+3
| | | | | | | | | | | | | | | | Remove warnings from util.cpp (as done on other places as well): ``` ...\src\util.cpp(3592): warning C4242: '=': conversion from 'int' to 'char', possible loss of data ...\src\util.cpp(3593): warning C4242: '=': conversion from 'int' to 'char', possible loss of data ```
* | Merge pull request #8271 from albert-github/feature/bug_cnt_md_anchorDimitri van Heesch2020-12-221-1/+1
|\ \ | | | | | | Miscounting of lines in case of inserting an anchor for a "H." tag
| * | Miscounting of lines in case of inserting an anchor for a "H." tagalbert-github2020-12-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When having a simple file like: ``` # The page # a section ##### a h5 section \error7 ``` we get as warning: ``` .../aa.md:8: warning: Found unknown command '\error7' ``` instead of ``` .../aa.md:7: warning: Found unknown command '\error7' ``` This is due to the fact that the ``` ##### a h5 section ``` is translated into: ``` \anchor autotoc_md2 <h5>a h5 section</h5> ``` instead of ``` \anchor autotoc_md2\ilinebr <h5>a h5 section</h5> ```
* | | Merge pull request #8270 from albert-github/feature/bug_latex_topruleDimitri van Heesch2020-12-221-6/+6
|\ \ \ | | | | | | | | Doxygen manual top rule is in uppercase.
| * | | Doxygen manual top rule is in uppercase.albert-github2020-12-221-6/+6
| | |/ | |/| | | | | | | | | | | | | When generating the doxygen documentation we see that:: - the top rule is completely in uppercase (is OK in regular doxygen documentation) - the renew of the was done at the wrong place
* | | Fixed more issues handling Java nested generic classes (part 2)Dimitri van Heesch2020-12-221-2/+6
| | |