summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #273 from albert-github/feature/bug_configDimitri van Heesch2015-02-211-2/+5
|\
| * Consistency in handling HTML and LaTeX in respect to header and footeralbert-github2014-12-281-2/+5
* | Added type constraint relations for Java generics to dot graphs and XML outputDimitri van Heesch2015-02-211-0/+1
* | Bug 743604 - Duplicate anchors from tagfilesDimitri van Heesch2015-02-031-5/+5
* | Merge pull request #272 from albert-github/feature/bug_unusedDimitri van Heesch2015-01-031-2/+0
|\ \
| * | Remove unused local and static global variablesalbert-github2014-12-271-2/+0
| |/
* | Help message regarding layout filealbert-github2015-01-021-1/+1
|/
* Bug 739462 - Using "doxygen.css" for HTML_EXTRA_STYLESHEET fails silentlyDimitri van Heesch2014-12-231-0/+4
* Show tag file name instead of <unknown> for warnings pointing to symbols extr...Dimitri van Heesch2014-12-221-9/+43
* Bug 739210 - C++11 scoped enums with same name inside different classes are m...Dimitri van Heesch2014-12-221-12/+16
* Fixed issue parsing @end directly followed by the end of the fileDimitri van Heesch2014-12-191-0/+4
* Bug 741417 - Crash when building gtkmm documentationDimitri van Heesch2014-12-171-0/+1
* Bug 687576 - Add support for LATEX_EXTRA_STYLESHEETalbert-github2014-11-291-0/+28
* Bug 740218 - Full scope needed when making link inside cross-referenced sectionDimitri van Heesch2014-11-171-3/+3
* 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
|\