summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #163 from squan888/masterDimitri van Heesch2014-09-111-3/+10
|\
| * Bug 729236 - Added HIDE_COMPOUND_REFERENCE config optionStephen Quan2014-04-301-3/+10
* | Bug 735589 - [PATCH] Remove not needed variable initialization in src/classde...Dimitri van Heesch2014-08-301-3/+3
* | Bug 583958 - Class diagrams and class hierarchy don't work for java generic c...Dimitri van Heesch2014-08-141-1/+1
* | Merge branch 'master' of https://github.com/groleo/doxygen-1 into groleo-masterDimitri van Heesch2014-08-041-3/+16
|\ \
| * | cache anonymous into ClassDefImpl::isAnonymousAdrian Negreanu2014-08-041-3/+16
* | | Bug 734077 - no uniquely matching class member found for inline function defi...Dimitri van Heesch2014-08-031-0/+5
|/ /
* | Bug 730520 - No documentation generated for method-less C++ structDimitri van Heesch2014-06-161-2/+1
|/
* Bug 712251 - Documentation for enumeration not generatedDimitri van Heesch2014-04-201-2/+3
* Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ...Dimitri van Heesch2014-02-221-0/+4
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
* Bug 722759 - Documentation for derived classes no longer has an "Additional I...Dimitri van Heesch2014-01-261-0/+11
* Fixed issues with SEPARATE_MEMBER_PAGES and INLINE_SIMPLE_STRUCTSDimitri van Heesch2014-01-191-3/+4
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-32/+32
* More work on the template and context mechanismsDimitri van Heesch2013-12-291-9/+13
* Template and context enhancementsDimitri van Heesch2013-12-231-206/+14
* Added more info to the contextDimitri van Heesch2013-12-121-0/+6
* Bug 719422 - private java class is mentioned in inherited by list of super classDimitri van Heesch2013-12-081-0/+2
* More context and template additionsDimitri van Heesch2013-11-291-5/+14
* More template and context updatesDimitri van Heesch2013-11-111-455/+470
* Added rudimentary support for django like template system for output creation.Dimitri van Heesch2013-10-211-15/+34
* Bug 709870 - Broken links on members HTML page when using BUILTIN_STL_SUPPORTDimitri van Heesch2013-10-121-24/+31
* Fixed compile warningDimitri van Heesch2013-09-241-8/+5
* Fix potential assert when members of base class were not yet countedDimitri van Heesch2013-08-231-0/+2
* Bug 704412 - doxygen don't hide private Inherited MembersDimitri van Heesch2013-08-011-105/+209
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-1/+1
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-17/+27