summaryrefslogtreecommitdiffstats
path: root/src/groupdef.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-8/+6
|
* Use smartpointers to manage the lifetime of Entry objectsDimitri van Heesch2019-10-071-6/+6
|
* issue #7216: non-const getGroupDef() called on aliased member (cleanup + ↵Dimitri van Heesch2019-08-261-3/+3
| | | | null pointer fix)
* Merge branch 'feature/bug_endblock_msg' of ↵Dimitri van Heesch2019-08-041-4/+4
|\ | | | | | | https://github.com/albert-github/doxygen into albert-github-feature/bug_endblock_msg
| * Correction warning messagealbert-github2019-06-011-4/+4
| | | | | | | | Consistency
* | refactoring dot.cppThomas Haller2019-06-131-0/+1
|/
* Add const correctness for argument listsDimitri van Heesch2019-05-051-6/+6
|
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-8/+30
|
* Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-62/+180
|
* Moved check for page having a title to hasTitle() methodDimitri van Heesch2018-12-311-1/+1
|
* Further simplified the fixDimitri van Heesch2018-12-041-3/+2
|
* issue #6657 "QGDict::hashAsciiKey: Invalid null key" when using anonymous ↵albert-github2018-12-041-1/+2
| | | | | | union/struct Protect findAt against empty string.
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-0/+6
| | | | Added a Slice-optimized output mode.
* Fixup man only output to use generator state push popArtur Kink2016-09-261-3/+6
|
* For manpages remove trailing dash when no brief descriptionArtur Kink2016-09-251-5/+12
|
* Optimized use of convertNameToFile to improve performanceDimitri van Heesch2016-02-071-11/+4
|
* Changed configuration mechanism to directly access options in order to ↵Dimitri van Heesch2016-01-171-26/+26
| | | | improve performance
* Bug 758132 - Brief description of non documented functionsalbert-github2015-11-221-0/+3
| | | | | 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)
* Bug 754130 - class="current" not applied to <li> for module tab within ↵Dimitri van Heesch2015-08-261-1/+1
| | | | 'group__*.html' module html files
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|
* Bug 742235 - Bogus message with addtogroupDimitri van Heesch2015-01-031-17/+9
|
* Bug 722940 - classes with same name in different namespace adding to same groupLeon Helsloot2014-12-101-5/+5
| | | | | | If two classes with the same name, but in different namespaces (so different qualified names) were added to the same group, only one of them would end up in the group. The problem is caused by qualifiedName of the class not containing the qualified name but the class name when a class is added to the group. A workaround is to use the name attribute of the class, which does contain the qualified name.
* Remove bogus argument to avoid compiler warningDimitri van Heesch2014-11-291-1/+1
|
* Bug 740218 - Full scope needed when making link inside cross-referenced sectionDimitri van Heesch2014-11-171-0/+1
|
* Debian Bug 762272: segfault with cyclic subgroupsDimitri van Heesch2014-11-021-10/+41
|
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-34/+144
|
* Fix for https://bugzilla.gnome.org/show_bug.cgi?id=651850Mattias Ellert2014-08-241-0/+8
|
* Addition of module data to context and alphaIndex filterDimitri van Heesch2014-08-021-0/+7
|
* Bug 712251 - Documentation for enumeration not generatedDimitri van Heesch2014-04-201-1/+1
|
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Bug 721302 - [Latex/PDF] Merging brief and detailed description in file sectionalbert-github2014-01-011-0/+1
| | | | | | Not only for Man pages the extra returns are necessary but also for LaTeX output. The change in filedef.cpp is a direct consequence of t the bug report. The groupdef.cpp has been tested on propriety code and the namespacedef.cpp and dirdef.cpp directly follow from code similarity.
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-20/+18
| | | | | | | | | - 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.
* Template and context enhancementsDimitri van Heesch2013-12-231-1/+1
|
* Bug 704412 - doxygen don't hide private Inherited MembersDimitri van Heesch2013-08-011-1/+1
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-39/+44
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-0/+2
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-1/+1
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-1/+1
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-2/+2
|
* Fix for bug 690741Dimitri van Heesch2012-12-271-1/+0
|
* Release-1.8.3Dimitri van Heesch2012-12-261-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-92/+95
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-1/+1
|
* Release-1.8.2Dimitri van Heesch2012-08-111-1/+1
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-10/+32
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-4/+9
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-0/+4
|
* Release-1.8.0Dimitri van Heesch2012-03-171-15/+38
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+3
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-8/+13
|