summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reverted change that caused doxygen to return error code 2 when it produced a...Dimitri van Heesch2015-12-191-1/+0
* Merge pull request #412 from bagage/masterDimitri van Heesch2015-12-171-448/+449
|\
| * Add WARN_AS_ERROR option to stop execution at first warning (equivalent of co...Gautier Pelloux-Prayer2015-12-161-448/+449
| * Fortran module private variables and EXTRACT_PRIVATE = NOalbert-github2015-11-081-2/+2
* | Bug 758900 - C++ templated member-function appears both as public and privateDimitri van Heesch2015-12-061-0/+2
* | Fortran module private variables and EXTRACT_PRIVATE = NOalbert-github2015-11-221-2/+2
|/
* Bug 755080 - xrefitem link to list incorrect when using SHORT_NAMESDimitri van Heesch2015-10-241-2/+2
* [Bug 755225] On Windows, generated layout is with UNIX EOLDimitri van Heesch2015-09-191-25/+0
* Template enhancements and various other small fixesDimitri van Heesch2015-09-081-4/+4
* Added javascript search engine data to the template contextDimitri van Heesch2015-08-271-2/+7
* Fixed various issues found by PVS-Studio.Dimitri van Heesch2015-08-181-2/+5
* Copy user EXTRA_FILES at the end to overrule files generated by default by do...albert-github2015-06-141-10/+14
* Bug 744762 - Using TAGFILES prevents symbol extractionDimitri van Heesch2015-06-111-0/+7
* Merge pull request #341 from groleo/INPUT-messageDimitri van Heesch2015-06-061-1/+1
|\
| * specify that doxygen searches files in INPUT tagAdrian Negreanu2015-05-221-1/+1
| * Removed dbus XML parser, various refinementsDimitri van Heesch2015-04-191-2/+5
* | drop #include <unistd.h>Adrian Negreanu2015-05-151-1/+0
* | Removed dbus XML parser, various refinementsDimitri van Heesch2015-05-151-2/+5
|/
* Guarded debug prints against printing a NULL pointer.Dimitri van Heesch2015-04-061-87/+87
* Merge pull request #325 from suokko/fix_template_specializationDimitri van Heesch2015-04-051-0/+2
|\
| * Fix missing brief documentation for overload and specialization functionsPauli Nieminen2015-03-291-0/+2
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2015-04-041-4/+3
|\ \ | |/
| * added HHC.exe own output to the debug output when extcmd flag enabledppescher2015-03-271-1/+1
| * Warning message multiple mainpagesalbert-github2015-03-191-3/+2
* | Fix for rendering the template parameters of members of variadic template cla...Dimitri van Heesch2015-03-221-1/+1
|/
* Bump copyright yearDimitri van Heesch2015-02-261-2/+2
* 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