summaryrefslogtreecommitdiffstats
path: root/src/memberdef.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fortran: warning message about not documented module memberalbert-github2015-01-061-1/+7
| | | | | When having a not documented MODULE member it is mentioned that a member in a 'namespace' is not documented. For Fortran this is a bit strange as Fortran does not know the term namespace, modules are handled as namespaces (in the pre 1.8.9 version a message was given about 'class', which is equally confusing). This patch changes in this case 'namespace' to 'module'.
* Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-031-1/+0
|\ | | | | Remove unused local and static global variables
| * 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.
* | Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-1/+1
|/ | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string.
* Bug 729063 - Missing link for item inside the same namespaceDimitri van Heesch2014-12-231-15/+17
|
* Bug 739209 - Invalid warning about undocumented C++ function imported from ↵Dimitri van Heesch2014-12-231-2/+8
| | | | tagfile
* Bug 740218 - Full scope needed when making link inside cross-referenced sectionDimitri van Heesch2014-11-171-1/+1
|
* Fixed several Coverity warningsDimitri van Heesch2014-11-151-2/+2
|
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-84/+73
|
* Regression class<T extends V> resulted in class<V> as the page titleDimitri van Heesch2014-09-141-1/+1
|
* Merge pull request #214 from ellert/missing-spacesDimitri van Heesch2014-09-031-3/+10
|\ | | | | Bug 651848 & 652276 - Missing spaces in man page output
| * Bug 652276 - Typedefs in manpages has too few linebreak possiblilitiesMattias Ellert2014-08-311-1/+3
| |
| * Use substitute() instead of QString conversionMattias Ellert2014-08-271-2/+1
| |
| * Fix for the second issue in bz 651848Mattias Ellert2014-08-261-1/+4
| |
| * This is the patch attached to bz 651848 by Robin Gareus.Mattias Ellert2014-08-261-1/+4
| |
* | Bug 735759 - Broken man pages due to bad use of autoBreakMattias Ellert2014-08-311-3/+3
| |
* | Bug 735477 - [PATCH] Fix a potential null pointer dereference in ↵Dimitri van Heesch2014-08-301-1/+1
|/ | | | src/memberdef.cpp
* Bug 733605 - Incorrect LaTeX generation for private union member in C++Dimitri van Heesch2014-08-041-10/+1
|
* Template context support for CREATE_SUBDIRSDimitri van Heesch2014-08-021-1/+1
|
* Added lists for indices to template contextDimitri van Heesch2014-08-021-0/+24
|
* New VHDL parser implementationDimitri van Heesch2014-08-021-1/+1
|
* Documentation generator: added support for C# property accessors visibility ↵Maksim Osipov2014-07-041-3/+43
| | | | modifiers.
* Bug 730520 - No documentation generated for method-less C++ structDimitri van Heesch2014-06-161-0/+6
|
* add space between br and / for better compatibilityDimitri van Heesch2014-03-281-1/+1
|
* Bug 724949 - Server side (PHP) search broke in 1.8.3Dimitri van Heesch2014-03-011-1/+3
|
* Pull out property names in Objective-C.Jeff Verkoeyen2014-02-151-0/+2
| | | | Property names are everything after the ::.
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Fixed issues with SEPARATE_MEMBER_PAGES and INLINE_SIMPLE_STRUCTSDimitri van Heesch2014-01-191-4/+5
|
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-16/+22
| | | | | | | | | - 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/+18
|
* Template and context enhancementsDimitri van Heesch2013-12-231-21/+42
|
* More template and context enhancementsDimitri van Heesch2013-12-121-21/+30
|
* Merge branch 'master' into templateDimitri van Heesch2013-11-291-0/+43
|\ | | | | | | | | | | Conflicts: src/memberdef.cpp src/memberdef.h
| * Bug 692004 - show includes for free functionsDimitri van Heesch2013-11-261-0/+42
| |
* | More context and template additionsDimitri van Heesch2013-11-291-4/+68
|/
* Bug 712795 - segmentation fault in memberdef.cppDimitri van Heesch2013-11-231-1/+1
|
* More template and context updatesDimitri van Heesch2013-11-111-539/+566
|
* Bug 709226 - Struct member fields not documented with INLINE_SIMPLE_STRUCTSDimitri van Heesch2013-10-131-5/+1
|
* Bug 707925 - False warning for Java "warning: missing ( in exception list on ↵Dimitri van Heesch2013-09-211-9/+9
| | | | member"
* Add support for writing and importing C++11 style enums to and from tag filesDimitri van Heesch2013-06-221-23/+20
|
* Bug 701314 - URLs are not created on C# classes in some casesDimitri van Heesch2013-06-151-1/+1
|
* Bug 700740 - Doxygen does not create links on C++ 11 style enum classesDimitri van Heesch2013-06-151-1/+13
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-607/+100
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-11/+149
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-21/+20
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-5/+18
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-4/+42
|
* Release-1.8.3Dimitri van Heesch2012-12-261-7/+23
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-67/+69
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-84/+119
|