summaryrefslogtreecommitdiffstats
path: root/src/classdef.cpp
Commit message (Collapse)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 ↵Dimitri van Heesch2016-01-171-69/+69
| | | | improve performance
* 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
| | | | | In case a function or an other item is not documented and EXTRACT_ALL has not been specified it should not appear in the list with brief description of functions etc. (This patch supersedes the patch as proposed in pull request 411 based on the comments from Dimitri van Heesch)
* 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.cpp
| * 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
|/ | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* Bug 739209 - Invalid warning about undocumented C++ function imported from ↵Dimitri van Heesch2014-12-231-1/+1
| | | | tagfile
* 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 option
| * Bug 729236 - Added HIDE_COMPOUND_REFERENCE config optionStephen Quan2014-04-301-3/+10
| |
* | Bug 735589 - [PATCH] Remove not needed variable initialization in ↵Dimitri van Heesch2014-08-301-3/+3
| | | | | | | | src/classdef.cpp
* | Bug 583958 - Class diagrams and class hierarchy don't work for java generic ↵Dimitri van Heesch2014-08-141-1/+1
| | | | | | | | | | | | classes Bug 631675 - Java inheritance of instantiated generics not recognized.
* | 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 ↵Dimitri van Heesch2014-08-031-0/+5
|/ / | | | | | | definition where parameter argument names don't match
* | 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
| | | | the Class List
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Bug 722759 - Documentation for derived classes no longer has an "Additional ↵Dimitri van Heesch2014-01-261-0/+11
| | | | Inherited Members" section after upgrading Doxygen from 1.8.3.1 to 1.8.6
* 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
| | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface.
* 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
|