summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.cpp
Commit message (Collapse)AuthorAgeFilesLines
...
* | Bump copyright yearDimitri van Heesch2015-02-261-1/+1
|/
* Fix for issue 744670rconde012015-02-171-2/+6
| | | | csharp documentation uses "package" rather than "namespace" in some locations
* 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-1/+2
|
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-23/+79
|
* Bug 712251 - Documentation for enumeration not generatedDimitri van Heesch2014-04-201-1/+1
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-02-221-1/+9
|\
| * Bug 724241 - Internal inconsistency: namespace in IDLalbert-github2014-02-201-1/+9
| | | | | | | | Library was missing in the list of namespaces. In scanner.l constants, module and library are handled in the same way. In namespace.{h,cpp} only constants and module were handled, now also library is handled in a similar way.
* | Bug 722619 - doxygen 1.8.6 sorts the contents of a namespace by group within ↵Dimitri van Heesch2014-02-221-0/+8
|/ | | | the Class List
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
|
* Add template context for annotated class indexDimitri van Heesch2014-02-081-7/+11
|
* 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-7/+6
| | | | | | | | | - 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-23/+33
|
* Template and context enhancementsDimitri van Heesch2013-12-231-1/+1
|
* doxygen version 1.8.5 throws many "Internal Inconsistency" errors when ↵albert-github2013-12-141-2/+2
| | | | | | parsing .idl files A number of error messages lacked the '\n' character
* More template and context updatesDimitri van Heesch2013-11-111-4/+5
|
* Added rudimentary support for django like template system for output creation.Dimitri van Heesch2013-10-211-20/+26
|
* 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-22/+32
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-8/+85
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-1/+1
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-2/+2
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-1/+1
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-37/+39
|
* 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-7/+10
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-4/+9
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-2/+2
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-5/+14
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-1/+1
|
* Release-1.7.6.1-20111226Dimitri van Heesch2011-12-261-5/+5
|
* Release-1.7.5.1-20111117Dimitri van Heesch2011-11-171-6/+6
|
* Release-1.7.5.1-20110925Dimitri van Heesch2011-09-251-1/+1
|
* Release-1.7.5Dimitri van Heesch2011-08-141-29/+21
|
* Release-1.7.4-20110727Dimitri van Heesch2011-07-271-0/+10
|
* Release-1.7.4-20110426Dimitri van Heesch2011-04-261-4/+2
|
* Release-1.7.4Dimitri van Heesch2011-03-281-3/+5
|
* Release-1.7.3-20110123Dimitri van Heesch2011-01-231-1/+1
|
* Release-1.7.2-20101224Dimitri van Heesch2010-12-241-6/+19
|
* Release-1.7.2-20101118Dimitri van Heesch2010-11-181-0/+1
|
* Release-1.6.3-20100507Dimitri van Heesch2010-05-071-5/+23
|
* Release-1.6.3-20100324Dimitri van Heesch2010-03-241-3/+52
|
* Release-1.6.2-20100124Dimitri van Heesch2010-01-241-1/+1
|
* Release-1.6.1-20091222Dimitri van Heesch2009-12-221-5/+5
|
* Release-1.6.1-20091027Dimitri van Heesch2009-10-271-0/+2
|
* Release-1.6.1-20091004Dimitri van Heesch2009-10-041-1/+3
|
* Release-1.5.9-20090622Dimitri van Heesch2009-06-221-5/+5
|
* Release-1.5.9-20090522Dimitri van Heesch2009-05-221-8/+12
|