summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve constnessDimitri van Heesch2019-01-211-6/+6
* Shortened EXTRACT_PRIVATE_VIRTUAL to EXTRACT_PRIV_VIRTUAL to deal with max le...Dimitri van Heesch2019-01-081-1/+1
* Implement a new EXTRACT_PRIVATE_VIRTUAL option.Vladimír Vondruš2019-01-031-0/+4
* Prevent empty member list table (XHTML)albert-github2018-12-111-2/+12
* XHTML problem with name attribute with VHDL name attributealbert-github2018-12-101-1/+1
* Minor restructuringDimitri van Heesch2018-11-181-196/+184
* Merge remote-tracking branch 'doxygen/master'Joe George2018-11-021-0/+4
|\
| * Merge pull request #771 from albert-github/feature/bug_734308Dimitri van Heesch2018-10-271-0/+4
| |\
| | * Bug 734308 - Error message when using memberof in a C macroalbert-github2018-06-181-0/+4
* | | Fix for module quicklinksMark Spruiell2018-10-221-1/+24
* | | Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-36/+289
|/ /
* | Implementation of standard generator for docbook outputalbert-github2018-09-071-1/+10
* | Merge pull request #6468 from arm-in/masterDimitri van Heesch2018-09-031-1/+1
|\ \
| * | Update classdef.cppArmin Müller2018-08-211-1/+1
* | | Renamed (start/end)SimpleSect to (start/end)Examples.Dimitri van Heesch2018-08-261-2/+2
* | | Merge branch 'feature/bug_693515' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-08-191-2/+2
|\ \ \ | |/ / |/| |
| * | Bug 693515 - The 'Examples:' section; bad/missing style and incorrect spellingalbert-github2018-06-291-2/+2
| |/
* | Bug 648180 - Fortran: tagfile.tag:789: warning: Unknown compound attribute `t...albert-github2018-07-201-1/+10
|/
* Merge pull request #746 from albert-github/feature/bug_782754Dimitri van Heesch2018-06-101-14/+0
|\
| * Bug 782754 - rtf generationalbert-github2018-05-281-14/+0
* | Merge branch 'master' into vhdl-localizationAndreas Regel2018-05-281-2/+2
|\ \ | |/
| * Misc. typosluz.paz2018-04-251-2/+2
* | 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-4/+4
|/
* Misc. typosluzpaz2017-12-231-1/+1
* const-ifyAdrian Negreanu2017-09-251-2/+2
* Bug 784281 - Problem RTF output: The class list "classes" within the namespa...albert-github2017-08-261-0/+14
* Bug 774273 - INLINE_SIMPLE_STRUCTS with enums in classes does not workDimitri van Heesch2016-11-131-1/+3
* Fixup man only output to use generator state push popArtur Kink2016-09-261-1/+2
* For manpages remove trailing dash when no brief descriptionArtur Kink2016-09-251-0/+3
* Style fixes and added numbering to overloaded membersDimitri van Heesch2016-07-301-1/+1
* Optimized use of convertNameToFile to improve performanceDimitri van Heesch2016-02-071-38/+31
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-69/+69
* Bug 758132 - Brief description of non documented functions (fixes)Dimitri van Heesch2015-12-281-1/+1
* Bug 758132 - Brief description of non documented functionsalbert-github2015-11-221-1/+1
* Fixed a couple of small memory leaksDimitri van Heesch2015-11-141-1/+1
* Started with generating LaTeX output via the template engineDimitri van Heesch2015-08-271-3/+0
* Fixed various issues found by PVS-Studio.Dimitri van Heesch2015-08-181-1/+0
* Guarded debug prints against printing a NULL pointer.Dimitri van Heesch2015-04-061-1/+1
* Fixes for showing type constraint relationsDimitri van Heesch2015-03-151-1/+2
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Added type constraint relations for Java generics to dot graphs and XML outputDimitri van Heesch2015-02-211-8/+77
* Merge pull request #271 from orbitcowboy/masterDimitri van Heesch2015-01-031-20/+21
|\
| * Fix potential null pointer dereference in src/classdef.cppMartin Ettl2014-12-221-20/+21
* | Remove unused local and static global variablesalbert-github2014-12-271-1/+0
|/
* Bug 739209 - Invalid warning about undocumented C++ function imported from ta...Dimitri van Heesch2014-12-231-1/+1
* Bug 740218 - Full scope needed when making link inside cross-referenced sectionDimitri van Heesch2014-11-171-1/+2
* Various VHDL fixesDimitri van Heesch2014-11-061-1/+7
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-58/+106
* Regression class<T extends V> resulted in class<V> as the page titleDimitri van Heesch2014-09-141-9/+10