summaryrefslogtreecommitdiffstats
path: root/src/memberdef.h
Commit message (Expand)AuthorAgeFilesLines
* issue #8585 INLINE_SOURCES = YES do not generate code inline from sources if ...albert-github2021-06-081-0/+3
* Make templated HTML output more similar to hardcoded output.Dimitri van Heesch2021-05-201-0/+2
* Merge pull request #8327 from albert-github/feature/bug_enum_structDimitri van Heesch2021-05-021-0/+1
|\
| * Incorrect type for enum structalbert-github2021-01-121-0/+1
* | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-29/+29
* | issue #8498: Concepts do not respect groups in tree viewDimitri van Heesch2021-04-131-0/+1
* | C++20 concepts: added support for parsing requires-clausesDimitri van Heesch2021-04-081-0/+4
* | Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-1/+1
* | Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-1/+1
* | Refactoring: Replaced QDir with DirDimitri van Heesch2021-03-181-2/+1
* | Disable qregex.h and fix some warnings and issuesDimitri van Heesch2021-02-201-1/+0
* | Refactoring: cleanup unused qtools headersDimitri van Heesch2021-01-221-1/+0
* | Refactoring: modernize MemberListDimitri van Heesch2021-01-221-15/+16
|/
* Refactoring: modernize getMemberLists()Dimitri van Heesch2021-01-041-1/+1
* Refactoring: replace ExampleSDict by ExampleListDimitri van Heesch2021-01-011-2/+2
* Refactoring: move addDocCrossReference to memberdef.cpp/.hDimitri van Heesch2020-11-281-0/+1
* Refactoring: replacing dynamic_cast by static_cast to improve performanceDimitri van Heesch2020-11-131-7/+14
* Refactoring: Introduce immutable and mutable interfacesDimitri van Heesch2020-11-091-32/+42
* Renamed EXTRACT_ANON_ARGUMENTS to RESOLVE_UNNAMED_PARAMS and enabled it by de...Dimitri van Heesch2020-09-161-1/+1
* Merge branch 'arg_name_as_comment' of https://github.com/tolnaisz/doxygen int...Dimitri van Heesch2020-09-161-0/+1
|\
| * Support commented out argument names in declarations controlled by new cofig ...Szabi Tolnai2020-08-111-0/+1
* | issue #7973: C++ grouped functions in namespace have disapeardDimitri van Heesch2020-08-241-2/+2
|/
* Refactoring: Introduce type names for commonly used container typesDimitri van Heesch2020-05-011-3/+3
* Performance improvements after profilingDimitri van Heesch2020-04-241-10/+11
* Embed TagInfo struct inside EntryDimitri van Heesch2019-10-281-1/+1
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-14/+16
* Fix typosluz.paz2019-09-281-1/+1
* issue #7216: non-const getGroupDef() called on aliased memberDimitri van Heesch2019-08-251-3/+3
* Some fixes and restructuringDimitri van Heesch2019-08-061-5/+3
* doxyparse addon new features and bugfixesJoenio Costa2019-08-051-0/+5
* Improved constness and avoid using non-const members of aliasesDimitri van Heesch2019-07-291-2/+2
* Add const correctness for argument listsDimitri van Heesch2019-05-051-6/+7
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-43/+57
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-324/+279
* Remove dead codeDimitri van Heesch2019-01-211-5/+0
* Added 'constexpr' as attribute label and to XML outputDimitri van Heesch2019-01-131-0/+1
* Added declfile, declline, and declcolumn attributes to the location element i...Dimitri van Heesch2019-01-121-2/+6
* Merge remote-tracking branch 'doxygen/master'Joe George2018-11-051-0/+6
|\
| * Add commands to handle referenced by relation and references relationalbert-github2018-10-171-0/+6
* | Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-1/+4
|/
* add the number of conditionals path and bugfixJoenio Costa2017-06-281-0/+6
* Check for undocumented params warnings if members detailed documentation is n...Artur Kink2016-11-291-0/+1
* Style fixes and added numbering to overloaded membersDimitri van Heesch2016-07-301-1/+1
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-0/+1
* Bug 746734 - Don't warn about missing documentation for deleted functions.Dimitri van Heesch2015-05-031-0/+1
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Bug 739209 - Invalid warning about undocumented C++ function imported from ta...Dimitri van Heesch2014-12-231-0/+1
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-4/+3
* Added lists for indices to template contextDimitri van Heesch2014-08-021-0/+6
* Documentation generator: added support for C# property accessors visibility m...Maksim Osipov2014-07-041-0/+4