summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Introduced template directory for template and resource files and resource co...Dimitri van Heesch2014-11-131-1/+5
* Fixed extension matching issue if path contained a dot.Dimitri van Heesch2014-10-241-1/+2
* Bug 736992 - Member functions omitted from tagfileDimitri van Heesch2014-09-221-46/+84
* Regression class<T extends V> resulted in class<V> as the page titleDimitri van Heesch2014-09-141-3/+3
* Fix to show relations between C#/Java generic classesDimitri van Heesch2014-09-111-11/+21
* Bug 736027 - [PATCH] Remove not needed local variable in src/doxygen.cppDimitri van Heesch2014-09-091-1/+1
* Show the parent-child type specialization relation in Java/C# generics inheri...Dimitri van Heesch2014-09-071-4/+15
* Merge pull request #214 from ellert/missing-spacesDimitri van Heesch2014-09-031-2/+2
|\
| * Bug 652276 - Typedefs in manpages has too few linebreak possiblilitiesMattias Ellert2014-08-311-2/+2
* | Fixed a number of issues (resource leaks, uninitialized members, etc) found b...Dimitri van Heesch2014-08-311-27/+26
* | Bug 735622 - [PATCH] Do not cache inputSize in src/doxygen.cppDimitri van Heesch2014-08-301-3/+2
* | Fix potential crash when reading tag file which contained nested java classes...Dimitri van Heesch2014-08-261-3/+10
|/
* Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-181-6/+25
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-08-151-12/+14
|\
| * Support multiple extra HTML stylesheets.albert-github2014-08-151-12/+14
* | Bug 583958 - Class diagrams and class hierarchy don't work for java generic c...Dimitri van Heesch2014-08-141-26/+27
|/
* Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-141-2/+2
* Bug 732594 - Two entries for a single member in Doxygen XMLDimitri van Heesch2014-08-081-1/+2
* Bug 734099 - Add support for non-parsed languageDimitri van Heesch2014-08-041-1/+3
* Bug 734077 - no uniquely matching class member found for inline function defi...Dimitri van Heesch2014-08-031-4/+5
* New VHDL parser implementationDimitri van Heesch2014-08-021-1/+1
* More robust extraction of scope information from tag filesDimitri van Heesch2014-07-181-11/+13
* Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ...Dimitri van Heesch2014-05-181-8/+1
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2014-03-151-5/+20
|\
| * In case of sections with the same name they are not reported.albert-github2014-03-021-5/+20
* | Bug 625601 - FORTRAN: recognition free versus fixed formatted codealbert-github2014-03-091-7/+9
|/
* 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
* Bug 721618 - Move contructors and move assignment operators of embedded class...Dimitri van Heesch2014-01-081-1/+10
* Bug 705499 - Nested namespace causes incorrect display when referenced via .t...Dimitri van Heesch2014-01-051-17/+24
* Reduced and improved functionality of QListDimitri van Heesch2013-12-301-100/+106
* Bug 712819 - Some external namespaces appear in list despite having ALLEXTERN...Dimitri van Heesch2013-12-241-0/+4
* 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
| * usage: make -d print dev doxygen optionsAdrian Negreanu2013-12-121-0/+27
* | 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
* | 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
* Small spelling correctionalbert-github2013-08-251-1/+1
* Fixed regression when nested class were processed before their parentDimitri van Heesch2013-08-211-5/+7