summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge pull request #8284 from albert-github/feature/issue_8282Dimitri van Heesch2020-12-301-1/+1
|\ \ \ \
| * | | | issue #8282 Error on ALIAS declaration without quotesalbert-github2020-12-291-1/+1
| |/ / /
* | | | issue #8291: Doxygen crash on Windows when INLINE_SIMPLE_STRUCTS=YESDimitri van Heesch2020-12-301-4/+16
* | | | Refactoring: modernise member indicesDimitri van Heesch2020-12-304-297/+163
| |/ / |/| |
* | | Refactoring: Modernise client side part of searchindexDimitri van Heesch2020-12-294-470/+389
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2020-12-261-2/+1
|\ \
| * | Miscounting lines in case a fenced code blockalbert-github2020-12-261-2/+1
* | | Avoid "Internal inconsistency" warnings for scoped enumsDimitri van Heesch2020-12-261-3/+7
|/ /
* | 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
* | issue #8050: Artificial classDef confuses getCanonicalTypeForIdentifier() (pa...Dimitri van Heesch2020-12-251-9/+34
* | Refactoring: removed some dead codeDimitri van Heesch2020-12-251-2/+0
* | Refactoring: Re-added sorting for namespacesDimitri van Heesch2020-12-251-0/+8
* | Refactoring: better processing of (un)quoted values for tags in the configura...Dimitri van Heesch2020-12-253-48/+48
* | Refactoring: better processing of (un)quoted values for tags in the configura...Dimitri van Heesch2020-12-241-318/+427
* | Fixed small issue computing indentation for inline line breaksDimitri van Heesch2020-12-241-0/+1
* | Merge branch 'feature/bug_param_ilinebr' of https://github.com/albert-github/...Dimitri van Heesch2020-12-241-1/+1
|\ \
| * | Concatenation of \param text and \details textalbert-github2020-12-231-1/+1
* | | 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-247/+3
|\ \ \
| * \ \ Merge pull request #8276 from albert-github/feature/bug_refactor_lauout_defaultDimitri van Heesch2020-12-244-247/+3
| |\ \ \
| | * | | Refactoring position of layout_default.xmlalbert-github2020-12-244-247/+3
* | | | | 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 pro...Dimitri van Heesch2020-12-231-2/+2
* | | 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
|\ \ \ | |/ /
| * | issue #8269 Make failed when building layout.cppalbert-github2020-12-231-1/+1
* | | Refactoring: replace NamespaceSDict by NamespaceLinkedMapDimitri van Heesch2020-12-2317-282/+150
* | | Refactoring: replaced getNamespaceSDict() by getNamespaces()Dimitri van Heesch2020-12-2314-343/+313
|/ /
* | 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.cppalbert-github2020-12-211-3/+3
* | | 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." tagalbert-github2020-12-221-1/+1
* | | | Fixed more issues handling Java nested generic classes (part 2)Dimitri van Heesch2020-12-221-2/+6
* | | | Fixed more issues handling Java nested generic classesDimitri van Heesch2020-12-221-2/+28
|/ / /
* | | Refactoring: remove unused Doxygen::genericsSDictDimitri van Heesch2020-12-224-42/+2
* | | Fixed scope resolution problem for nested Java genericsDimitri van Heesch2020-12-223-11/+16
|/ /
* | Merge pull request #8237 from albert-github/feature/bug_anchor_member_groupDimitri van Heesch2020-12-211-1/+1
|\ \
| * | Multilke anchors with member-groupalbert-github2020-12-081-1/+1
* | | Merge pull request #8265 from albert-github/feature/bug_bld_warnDimitri van Heesch2020-12-213-7/+7
|\ \ \
| * | | Remove some build warningsalbert-github2020-12-203-7/+7
* | | | Refactoring: modernize class indexDimitri van Heesch2020-12-218-327/+167
* | | | Regression: Fixed crash while processing the Kafka package.Dimitri van Heesch2020-12-202-3/+5
* | | | Avoid unused variable 'g_docCrossReferenceMutex' warningDimitri van Heesch2020-12-201-1/+2
|/ / /
* | | Removed unused taggedInnerClasses memberDimitri van Heesch2020-12-193-24/+0
* | | Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMapDimitri van Heesch2020-12-1934-1131/+875
* | | Add param validation to typedef function pointersFabio Utzig2020-12-172-2/+2