summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Replaced QList<ListItemInfo> with std::vector<ListItemInfo>Dimitri van Heesch2019-10-291-9/+6
* Embed TagInfo struct inside EntryDimitri van Heesch2019-10-281-3/+3
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-297/+207
* Made check for void return more strictDimitri van Heesch2019-08-311-14/+14
* Merge branch 'feature/issue_7212' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-08-311-3/+3
|\
| * issue #7212 1.8.16: Function returning void pointer generates warningalbert-github2019-08-201-3/+3
* | issue #7216: non-const getGroupDef() called on aliased member (cleanup + null...Dimitri van Heesch2019-08-261-1/+1
* | issue #7216: non-const getGroupDef() called on aliased memberDimitri van Heesch2019-08-251-13/+17
|/
* Some fixes and restructuringDimitri van Heesch2019-08-061-6/+12
* doxyparse addon new features and bugfixesJoenio Costa2019-08-051-0/+11
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-15/+15
|\
| * Correction warning messagealbert-github2019-06-011-15/+15
* | Improved constness and avoid using non-const members of aliasesDimitri van Heesch2019-07-291-7/+7
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-06-131-1/+1
|\ \
| * | Consistency not generated inheritance diagramalbert-github2019-06-071-1/+1
| |/
* | refactoring dot.cppThomas Haller2019-06-131-0/+1
|/
* issue #6979 Method parameters documented inline are not present in documentat...albert-github2019-05-101-0/+2
* Add const correctness for argument listsDimitri van Heesch2019-05-051-28/+38
* Further const correctness changesDimitri van Heesch2019-05-051-6/+8
* Fixed issue with counting member listsDimitri van Heesch2019-04-221-4/+4
* Merge pull request #6918 from albert-github/feature/issue_6607Dimitri van Heesch2019-04-211-0/+1
|\
| * issue #6607 Don't warn about missing parameter documentation for deleted func...albert-github2019-04-081-0/+1
* | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-222/+792
|/
* issue #6882 1.8.15 regression: caller graph created even though CALLER_GRAPH ...albert-github2019-03-121-2/+2
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-321/+644
* Remove persistent storage of Entry objectsDimitri van Heesch2019-02-171-1/+0
* Remove dead codeDimitri van Heesch2019-01-211-11/+0