summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add param validation to typedef function pointersFabio Utzig2020-12-171-1/+1
* Merge pull request #8197 from albert-github/feature/issue_8023Dimitri van Heesch2020-12-021-0/+1
|\
| * issue #8023 Add option to exit with non-zero exit code on warnings even if WA...albert-github2020-11-231-0/+1
* | Improve handling of inline namespace members in LateX/RTF outputDimitri van Heesch2020-12-021-0/+1
* | Missing \noop in list with commands starting with "\n" for escaping in aliasesalbert-github2020-11-281-0/+1
|/
* issue #8070: C++: \var don't document enum class valuesDimitri van Heesch2020-11-221-1/+26
* issue #8192: Excluded inline namespace broken after a5792da8Dimitri van Heesch2020-11-211-49/+77
* issue #8192: Excluded inline namespace broken after a5792da8Dimitri van Heesch2020-11-211-2/+2
* Refactoring: removing setVisited/isVisited membersDimitri van Heesch2020-11-201-81/+19
* issue #8177: Incorrect inheritance with forward declared templated classesDimitri van Heesch2020-11-171-14/+9
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-117/+118
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-449/+623
* Minor tweaksDimitri van Heesch2020-11-051-2/+1
* Merge branch 'Rel_1_8_20_DGA' of https://github.com/DGA45/doxygen into DGA45-...Dimitri van Heesch2020-11-051-1/+2
|\
| * Merge remote-tracking branch 'origin/issue7556' into Rel_1_8_20_DGADGA452020-10-301-1/+2
| |\
| | * Fix #7556 ANSI-C anonymous (unnamed) struct/unions duplicated namesDGA452020-02-031-1/+2
* | | Fixed issue when testing on ceph code regarding calling aliased membersDimitri van Heesch2020-11-021-19/+25
* | | Fixed issue when testing on pytouch code regarding calling aliased membersDimitri van Heesch2020-11-011-1/+1
* | | Refactoring: modernized the getUsedNamespaces() methodDimitri van Heesch2020-11-011-36/+20
* | | issue #8148: copydoc broken in private sectionsDimitri van Heesch2020-11-011-1/+1
* | | issue 8143: copydoc in excluded namespace broken after d03e8d9Dimitri van Heesch2020-10-311-2/+12
* | | Refactoring: modernize getUsedClasses() methodDimitri van Heesch2020-10-291-1/+1
* | | issue #8139 Segfault after a8bf5d3albert-github2020-10-291-1/+1
* | | Refactoring: introduce SymbolResolver to group symbol lookup routinesDimitri van Heesch2020-10-281-36/+30
* | | Refactoring: Remove unused DefinitionIntf and DefinitionList classesDimitri van Heesch2020-10-231-2/+2
* | | Refactoring: modernize Doxygen::symbolMapDimitri van Heesch2020-10-231-75/+22
* | | Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-54/+34
* | | Merge pull request #8112 from albert-github/feature/bug_ext_map_msgDimitri van Heesch2020-10-191-1/+1
|\ \ \
| * | | Confusing message for extension mapping for extension with starting dot.albert-github2020-10-171-1/+1
* | | | Enabling both ALLEXTERNALS and BUILTIN_STL_SUPPORT caused artificial STL clas...Dimitri van Heesch2020-10-191-1/+1
|/ / /
* | | issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...Dimitri van Heesch2020-10-141-11/+16
* | | Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-10/+4
* | | Refactoring: Remove use of globals/statics in isAccessibleFrom*Dimitri van Heesch2020-10-111-1/+7
* | | Merge branch 'albert-github-feature/bug_md_pg_cnt'Dimitri van Heesch2020-10-041-2/+6
|\ \ \
| * | | Reworked changes a bitDimitri van Heesch2020-10-041-4/+8
| * | | Merge branch 'feature/bug_md_pg_cnt' of https://github.com/albert-github/doxy...Dimitri van Heesch2020-10-031-4/+4
| |\ \ \
| | * | | Miscounting of lines in respect to page commandalbert-github2020-09-241-4/+4
* | | | | Flush warnings file (#8069)albert-github2020-10-031-0/+11
|/ / / /
* | | | issue #7706: Md5 hash does not match for two different runsDimitri van Heesch2020-10-021-2/+2
* | | | issue #8066: Doxygen crashes in ClangTUParserDimitri van Heesch2020-09-301-2/+7
* | | | issue #8063: Failed to build current "master" branchDimitri van Heesch2020-09-281-6/+12
* | | | Merge branch 'multithread_outputgen'Dimitri van Heesch2020-09-271-24/+87
|\ \ \ \
| * | | | Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-24/+87
| |/ / /
* | | | #8051 Consider documenting debug options of doxygenalbert-github2020-09-231-2/+2
|/ / /
* | | Fix compiler warning when printing number of cache hits & misses (part 2)Dimitri van Heesch2020-09-211-1/+2
* | | Fix compiler warning when printing number of cache hits & missesDimitri van Heesch2020-09-211-1/+1
* | | Refactoring: replaced QCache by STL based LRU cache implementation.Dimitri van Heesch2020-09-201-16/+24
* | | Incorrect duplicate code for Fortran fixed/free recognitionalbert-github2020-09-151-3/+3
* | | issue #8022: Different results on 64 and 32 bitDimitri van Heesch2020-09-111-1/+1
* | | Readability of warning messagealbert-github2020-09-041-2/+2