summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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 function...
| * Fix missing brief documentation for overload and specialization functionsPauli Nieminen2015-03-291-0/+2
| | | | | | | | | | | | | | | | Brief documentation entries were not added for template specializations or overload definitions. Adding brief documentation to those function definations fixes a corner case bug #406027 Bug 406027 - Templated class member specialization cannot be documented
* | 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
| | | | | | | | this may help debugging the source of the error
| * Warning message multiple mainpagesalbert-github2015-03-191-3/+2
| | | | | | | | | | Based on the report in the doxygen forum (http://doxygen.10944.n7.nabble.com/WARNING-Found-more-than-one-mainpage-comment-block-td7092.html) about the hard to find multiple occurrences of a mainpage definition. This patch also outputs the name (and approximate line) of the first found mainpage.
* | Fix for rendering the template parameters of members of variadic template ↵Dimitri van Heesch2015-03-221-1/+1
|/ | | | classes.
* 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 footer
| * Consistency in handling HTML and LaTeX in respect to header and footeralbert-github2014-12-281-2/+5
| | | | | | | | | | There was a discrepancy in the handling of the header and footer files between HTML and LaTeX. Also the wrong error / warning routine was called and the config_err and config_warn have been made more consistent with the messages(.cpp)
* | 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 variables
| * | Remove unused local and static global variablesalbert-github2014-12-271-2/+0
| |/ | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools.
* | Help message regarding layout filealbert-github2015-01-021-1/+1
|/ | | | The name of the layout file can be omitted.
* 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 ↵Dimitri van Heesch2014-12-221-9/+43
| | | | extracted from tag files.
* Bug 739210 - C++11 scoped enums with same name inside different classes are ↵Dimitri van Heesch2014-12-221-12/+16
| | | | merged if using tagfile
* 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
| | | | Added the possibility for LATEX_EXTRA_STYLESHEET analogous to HTML_EXTRA_STYLESHEET. Special attention has been paid to the extension as ".sty" is automatically added by the \usepackage
* 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 ↵Dimitri van Heesch2014-11-131-1/+5
| | | | compiler & manager
* 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 ↵Dimitri van Heesch2014-09-071-4/+15
| | | | inheritance diagrams
* Merge pull request #214 from ellert/missing-spacesDimitri van Heesch2014-09-031-2/+2
|\ | | | | Bug 651848 & 652276 - Missing spaces in man page output
| * 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 ↵Dimitri van Heesch2014-08-311-27/+26
| | | | | | | | by coverity
* | 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 ↵Dimitri van Heesch2014-08-261-3/+10
|/ | | | | | classes using generics Also fixed a parse error when reading a tag file with a Java-style enum
* Bug 734727 - GENERATE_TAGFILE no longer includes any @*section linksDimitri van Heesch2014-08-181-6/+25
| | | | | Changed the previous fix to allow references to sections defined in a mainpage that is imported via a tag file.
* 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
| | | | | | | | | | | | In regular use it happens that it is more convenient to have multiple extra HTML stylesheets, e.g. in case of different levels of requirements: company, department, project With this patch it is possible to specify multiple HTML stylesheets. Note: for compatibility the configuration parameter HTML_EXTRA_STYLESHEET has not been renamed to HTM_EXTRA_STYLESHEETS.
* | Bug 583958 - Class diagrams and class hierarchy don't work for java generic ↵Dimitri van Heesch2014-08-141-26/+27
|/ | | | | | classes Bug 631675 - Java inheritance of instantiated generics not recognized.
* 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 ↵Dimitri van Heesch2014-08-031-4/+5
| | | | definition where parameter argument names don't match
* 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
| | | | licensing issues
* 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
| | | | | | | | | | In this patch it is checked if a section label has been used before and if so a warning is given with file name and line number (when possible) where the section label was used the first time. Note in section.h the item level was not initialized in the past in case of a copy constructor.
* | 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
|