summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add param validation to typedef function pointersFabio Utzig2020-12-171-1/+1
* Improve handling of inline namespace members in LateX/RTF outputDimitri van Heesch2020-12-021-2/+6
* Refactoring: move addDocCrossReference to memberdef.cpp/.hDimitri van Heesch2020-11-281-0/+42
* issue #8070: C++: \var don't document enum class valuesDimitri van Heesch2020-11-221-8/+10
* Fix for crash when using members of a partially constructed objectDimitri van Heesch2020-11-141-2/+2
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-30/+95
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-170/+53
* Minor tweaksDimitri van Heesch2020-11-051-1/+1
* issue #8091: [C++] Newer doxygen versions add a lot of bogus warnings about u...Dimitri van Heesch2020-10-141-7/+1
* Fix for broken LaTeX output.Dimitri van Heesch2020-09-271-1/+1
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-4/+4
* issue #8037: Links using @ref stopped working in doxygen 1.8.19Dimitri van Heesch2020-09-211-0/+1
* Renamed EXTRACT_ANON_ARGUMENTS to RESOLVE_UNNAMED_PARAMS and enabled it by de...Dimitri van Heesch2020-09-161-11/+14
* Merge branch 'arg_name_as_comment' of https://github.com/tolnaisz/doxygen int...Dimitri van Heesch2020-09-161-1/+63
|\
| * Support commented out argument names in declarations controlled by new cofig ...Szabi Tolnai2020-08-111-1/+63
* | issue #6442 C++: Trailing return type syntax + voidalbert-github2020-09-081-2/+2
* | issue #6442 C++: Trailing return type syntax + voidalbert-github2020-09-071-0/+22
* | issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-241-10/+10
* | Fixes doxygen/doxygen#7760: void return type reported as not documentedPoehlsen, Stephan2020-08-141-22/+2
|/
* issue #7943: transferArgumentDocumentation is erroneousDimitri van Heesch2020-08-051-2/+2
* Simplified extractDirection()Dimitri van Heesch2020-07-301-1/+1
* issue #6846 Doxygen parsing global variable as function in certain cases (#7903)albert-github2020-07-161-1/+2
* Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-12/+21
* bug_121547 extern variable is being referenced in documentation incorrectly (...albert-github2020-06-131-3/+4
* Better warning for non documented structalbert-github2020-05-241-7/+4
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-8/+8
* Refactor: improve encapsulation for ArgumentListDimitri van Heesch2020-04-251-9/+9
* Performance improvements after profilingDimitri van Heesch2020-04-241-34/+36
* Fix html file ext in external docs (#7679)avostrik2020-04-011-1/+1
* Merge branch 'remove_tcl'Dimitri van Heesch2020-03-221-33/+0
|\
| * Remove support for TCL (code is too buggy and unmaintained, language not very...Dimitri van Heesch2020-03-151-33/+0
* | Issue #7635: Incorrect location for enum in XML file (part 3)Dimitri van Heesch2020-03-171-3/+3
|/
* Remove dead code and fix more warningsDimitri van Heesch2020-03-081-1/+0
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-13/+9
* Restructure the way RefLists are handledDimitri van Heesch2020-02-271-1/+1
* Fixed typoDimitri van Heesch2020-02-091-1/+1
* issue #7411: "warning: return type of member is not documented" for static vo...Dimitri van Heesch2020-02-091-7/+30
* Fix for internal inconsistency warning (regression)Dimitri van Heesch2019-12-271-1/+1
* issue #7319: Bug 790856 - Namespace member functions links are brokenDimitri van Heesch2019-12-271-4/+4
* Merge branch 'master' into spellingDimitri van Heesch2019-12-231-80/+84
|\
| * issue 3417: C++: friend template functions shown even with HIDE_FRIEND_COMPOU...Dimitri van Heesch2019-12-211-11/+12
| * issue #7446: C#: parameter named `extends` is broken in the documentationDimitri van Heesch2019-12-201-3/+3
| * issue #7456: function-like macros generate warningsDimitri van Heesch2019-12-201-1/+2
| * Merge branch 'master' into feature/bug_coverity_unintDimitri van Heesch2019-12-081-3/+3
| |\
| | * Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-3/+3
| * | Coverity uninitializedalbert-github2019-12-021-60/+60
| |/
| * issue #7348 Better warning in case a graph would have been to largeDimitri van Heesch2019-11-161-2/+4
* | spelling: visibleJosh Soref2019-11-121-2/+2
|/
* issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-12/+12
* Removing left over debug statementsalbert-github2019-11-011-4/+4