summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-091-7/+9
| | | | | The recognition of the type (free or fixed) of Fortran code is not reliable possible. A well known possibility as used with compilers as well is to specify the type of code by means of the extension. With EXTENSION_MAPPING it is possible to select the type of Fortran code, when not explicitly set doxygen tries to guess the type of Fortran code.
* Bug 722457 - regression referencing namespaced typeDimitri van Heesch2014-02-151-1/+3
|
* Updated copyrightDimitri van Heesch2014-02-111-2/+2
|
* Better message in case doxygen -u is usedalbert-github2014-02-051-1/+1
| | | | | | | | | | In case of obsolete or not configured entries in the Doxyfile and the option -u is used a message like: Warning: Tag `XML_DTD' at line 1821 of file Doxyfile has become obsolete. To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u" appears, but the item is removed from the Doxyfile. This patch updates the message (and improves layout) to: Warning: Tag `XML_DTD' at line 1821 of file `Doxyfile' has become obsolete. This tag has been removed.
* Bug 721618 - Move contructors and move assignment operators of embedded ↵Dimitri van Heesch2014-01-081-1/+10
| | | | classes of template classes cannot be matched.
* Bug 705499 - Nested namespace causes incorrect display when referenced via ↵Dimitri van Heesch2014-01-051-17/+24
| | | | .tag file
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-100/+106
| | | | | | | | | - 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.
* Bug 712819 - Some external namespaces appear in list despite having ↵Dimitri van Heesch2013-12-241-0/+4
| | | | ALLEXTERNALS = NO
* Fixed regression in argument matching for the template exampleDimitri van Heesch2013-12-241-1/+8
|
* Template and context enhancementsDimitri van Heesch2013-12-231-1/+2
|
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-12-171-0/+14
|\
| * usage: make -d print dev doxygen optionsalbert-github2013-12-141-19/+6
| | | | | | | | | | | | This is an extension / improvement to the pull request 67 from groleo - make printing of -d levels more flexible (when adding a new one this is now done automatically) - layout of the message
| * usage: make -d print dev doxygen optionsAdrian Negreanu2013-12-121-0/+27
| | | | | | | | Signed-off-by: Adrian Negreanu <adrian.m.negreanu@intel.com>
* | Fixed invalid if statement found by cppcheckDimitri van Heesch2013-12-171-1/+1
|/
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2013-11-111-1/+1
|\
| * Space missing in error message.Albert2013-11-101-1/+1
| | | | | | | | the word 'in' and the vale of filesOption were concatenated
* | More template and context updatesDimitri van Heesch2013-11-111-14/+12
|/
* Added rudimentary support for django like template system for output creation.Dimitri van Heesch2013-10-211-0/+21
|
* Bug 709052 - Templated and non-templated method mixup documentationDimitri van Heesch2013-10-131-0/+8
|
* Bug 709803 - Generated hhc file contains an error for a section of a mainpageDimitri van Heesch2013-10-121-2/+2
|
* Bug 707713 - Add support for dia diagramsDimitri van Heesch2013-10-061-1/+19
|
* Fixed a number of compiler warnings reported by newer clang compilerDimitri van Heesch2013-09-181-3/+6
|
* Usage of the -d opion correctedalbert-github2013-09-151-8/+26
| | | | | | | Giving an error when a wrong -d option is given. Made some error mesages more consistent. Corrected usage of the exit call, in case of an error: exit(1) otherwise exit(0). A closer look should be made on exitDoxygen as it does not contain any exit statements and it is unclear (to me) when it is used.
* Small spelling correctionalbert-github2013-08-251-1/+1
| | | | to generate an rtf extensions file -> to generate a rtf extensions file
* Fixed regression when nested class were processed before their parentDimitri van Heesch2013-08-211-5/+7
|
* Added -v option (analogous to --version).albert-github2013-08-171-0/+10
| | | | In case option started with -- and is not a known valuue (help or version) and error is given instead of starting Doxygen
* Minor changes to the way the code for config options is generated (thanks to ↵Dimitri van Heesch2013-08-081-1/+1
| | | | Albert for the patch)
* config.xml is now used to generate configoptions.cpp and config.docDimitri van Heesch2013-07-281-27/+1
|
* Fixed regression that could cause double nested classesDimitri van Heesch2013-07-141-7/+1
|
* Fix reference to scoped enun imported via a tag file.Dimitri van Heesch2013-06-281-2/+13
|
* Add support for writing and importing C++11 style enums to and from tag filesDimitri van Heesch2013-06-221-3/+5
|
* Bug 700693 - Duplicate entry for class template member function with no ↵Dimitri van Heesch2013-05-201-3/+5
| | | | parameter
* Bug 700696 - Template static member functions duplicated as non-static publicDimitri van Heesch2013-05-201-1/+3
|
* Release-1.8.4Dimitri van Heesch2013-05-191-1/+2
|
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-220/+434
|
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-25/+189
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-58/+91
|
* Release-1.8.3.1-20130209Dimitri van Heesch2013-02-091-160/+305
|
* Release-1.8.3.1Dimitri van Heesch2013-01-201-26/+93
|
* Release-1.8.3Dimitri van Heesch2012-12-261-69/+11
|
* Release-1.8.2-20121118Dimitri van Heesch2012-11-181-105/+138
|
* Release-1.8.2-20120930Dimitri van Heesch2012-09-301-2/+11
|
* Release-1.8.2Dimitri van Heesch2012-08-111-33/+73
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-195/+102
|
* Release-1.8.1.2Dimitri van Heesch2012-07-121-64/+98
|
* Release-1.8.1.1Dimitri van Heesch2012-06-101-46/+55
|
* Release-1.8.1Dimitri van Heesch2012-05-191-0/+14
|
* Release-1.8.0-20120429Dimitri van Heesch2012-04-291-3/+3
|
* Release-1.8.0-20120408Dimitri van Heesch2012-04-081-39/+34
|
* Release-1.8.0Dimitri van Heesch2012-03-171-12/+16
|