summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added 'constexpr' as attribute label and to XML outputDimitri van Heesch2019-01-131-0/+6
* Added declfile, declline, and declcolumn attributes to the location element i...Dimitri van Heesch2019-01-121-7/+54
* Shortened EXTRACT_PRIVATE_VIRTUAL to EXTRACT_PRIV_VIRTUAL to deal with max le...Dimitri van Heesch2019-01-081-7/+9
* Implement a new EXTRACT_PRIVATE_VIRTUAL option.Vladimír Vondruš2019-01-031-5/+12
* Merge remote-tracking branch 'doxygen/master'Joe George2018-11-051-2/+33
|\
| * Merge pull request #6562 from albert-github/feature/bug_referencesDimitri van Heesch2018-11-041-2/+33
| |\
| | * Add commands to handle referenced by relation and references relationalbert-github2018-10-171-2/+33
* | | Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-8/+75
|/ /
* | Wrong separator in index for a.o. Python, C#albert-github2018-10-221-1/+1
|/
* Implementation of standard generator for docbook outputalbert-github2018-09-071-0/+12
* Renamed (start/end)SimpleSect to (start/end)Examples.Dimitri van Heesch2018-08-261-19/+2
* Bug 693515 - The 'Examples:' section; bad/missing style and incorrect spellingalbert-github2018-06-291-2/+2
* Merge pull request #720 from albert-github/feature/bug_python_htmlDimitri van Heesch2018-06-241-1/+1
|\
| * Cannot properly jump from brief to detailed function descriptionalbert-github2018-05-111-1/+1
* | Merge branch 'master' into vhdl-localizationAndreas Regel2018-05-281-3/+6
|\ \ | |/
| * Misc. typosluz.paz2018-04-251-2/+2
| * Bug 303020 - Missing warning of undocumented member in member groupalbert-github2018-04-101-1/+4
* | Remove default assignment from Translator::trVhdlType() declarationAndreas Regel2018-01-091-1/+1
* | Add VHDL strings to Translator class and add german translations.Andreas Regel2018-01-081-1/+1
* | Replace calls to trTypeString with trVhdlType in single mode, which is the de...Andreas Regel2018-01-081-1/+1
|/
* Bug 788209 - C++: False warning message when inheriting class from tag fileDimitri van Heesch2017-12-251-0/+1
* add the number of conditionals path and bugfixJoenio Costa2017-06-281-0/+11
* Fixed problem where automatic line breaking caused missing vertical bars in t...Dimitri van Heesch2017-04-271-2/+1
* Check for undocumented params warnings if members detailed documentation is n...Artur Kink2016-11-291-20/+27
* Bug 770973 - Tag file size double between each runDimitri van Heesch2016-10-081-1/+1
* Bug 771152 - C++11 ref-qualifiers do not appear in Member Function Documentat...Dimitri van Heesch2016-09-211-0/+8
* Unified display of enum values across output formats and languagesDimitri van Heesch2016-08-311-30/+36
* Style fixes and added numbering to overloaded membersDimitri van Heesch2016-07-301-7/+9
* Modified (readability) layout for member title in HTML and LaTexPkLab.net2016-06-221-1/+1