Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Guarded debug prints against printing a NULL pointer. | Dimitri van Heesch | 2015-04-06 | 1 | -87/+87 |
| | |||||
* | Merge pull request #325 from suokko/fix_template_specialization | Dimitri van Heesch | 2015-04-05 | 1 | -0/+2 |
|\ | | | | | Fix missing brief documentation for overload and specialization function... | ||||
| * | Fix missing brief documentation for overload and specialization functions | Pauli Nieminen | 2015-03-29 | 1 | -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/doxygen | Dimitri van Heesch | 2015-04-04 | 1 | -4/+3 |
|\ \ | |/ | |||||
| * | added HHC.exe own output to the debug output when extcmd flag enabled | ppescher | 2015-03-27 | 1 | -1/+1 |
| | | | | | | | | this may help debugging the source of the error | ||||
| * | Warning message multiple mainpages | albert-github | 2015-03-19 | 1 | -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 Heesch | 2015-03-22 | 1 | -1/+1 |
|/ | | | | classes. | ||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -2/+2 |
| | |||||
* | Merge pull request #273 from albert-github/feature/bug_config | Dimitri van Heesch | 2015-02-21 | 1 | -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 footer | albert-github | 2014-12-28 | 1 | -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 output | Dimitri van Heesch | 2015-02-21 | 1 | -0/+1 |
| | | |||||
* | | Bug 743604 - Duplicate anchors from tagfiles | Dimitri van Heesch | 2015-02-03 | 1 | -5/+5 |
| | | |||||
* | | Merge pull request #272 from albert-github/feature/bug_unused | Dimitri van Heesch | 2015-01-03 | 1 | -2/+0 |
|\ \ | | | | | | | Remove unused local and static global variables | ||||
| * | | Remove unused local and static global variables | albert-github | 2014-12-27 | 1 | -2/+0 |
| |/ | | | | | | | Remove unused local and static global variables. Variables have been identified by Understand (version 758) from Scitools. | ||||
* | | Help message regarding layout file | albert-github | 2015-01-02 | 1 | -1/+1 |
|/ | | | | The name of the layout file can be omitted. | ||||
* | Bug 739462 - Using "doxygen.css" for HTML_EXTRA_STYLESHEET fails silently | Dimitri van Heesch | 2014-12-23 | 1 | -0/+4 |
| | |||||
* | Show tag file name instead of <unknown> for warnings pointing to symbols ↵ | Dimitri van Heesch | 2014-12-22 | 1 | -9/+43 |
| | | | | extracted from tag files. | ||||
* | Bug 739210 - C++11 scoped enums with same name inside different classes are ↵ | Dimitri van Heesch | 2014-12-22 | 1 | -12/+16 |
| | | | | merged if using tagfile | ||||
* | Fixed issue parsing @end directly followed by the end of the file | Dimitri van Heesch | 2014-12-19 | 1 | -0/+4 |
| | |||||
* | Bug 741417 - Crash when building gtkmm documentation | Dimitri van Heesch | 2014-12-17 | 1 | -0/+1 |
| | |||||
* | Bug 687576 - Add support for LATEX_EXTRA_STYLESHEET | albert-github | 2014-11-29 | 1 | -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 section | Dimitri van Heesch | 2014-11-17 | 1 | -3/+3 |
| | |||||
* | Introduced template directory for template and resource files and resource ↵ | Dimitri van Heesch | 2014-11-13 | 1 | -1/+5 |
| | | | | compiler & manager | ||||
* | Fixed extension matching issue if path contained a dot. | Dimitri van Heesch | 2014-10-24 | 1 | -1/+2 |
| | |||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -46/+84 |
| | |||||
* | Regression class<T extends V> resulted in class<V> as the page title | Dimitri van Heesch | 2014-09-14 | 1 | -3/+3 |
| | |||||
* | Fix to show relations between C#/Java generic classes | Dimitri van Heesch | 2014-09-11 | 1 | -11/+21 |
| | |||||
* | Bug 736027 - [PATCH] Remove not needed local variable in src/doxygen.cpp | Dimitri van Heesch | 2014-09-09 | 1 | -1/+1 |
| | |||||
* | Show the parent-child type specialization relation in Java/C# generics ↵ | Dimitri van Heesch | 2014-09-07 | 1 | -4/+15 |
| | | | | inheritance diagrams | ||||
* | Merge pull request #214 from ellert/missing-spaces | Dimitri van Heesch | 2014-09-03 | 1 | -2/+2 |
|\ | | | | | Bug 651848 & 652276 - Missing spaces in man page output | ||||
| * | Bug 652276 - Typedefs in manpages has too few linebreak possiblilities | Mattias Ellert | 2014-08-31 | 1 | -2/+2 |
| | | |||||
* | | Fixed a number of issues (resource leaks, uninitialized members, etc) found ↵ | Dimitri van Heesch | 2014-08-31 | 1 | -27/+26 |
| | | | | | | | | by coverity | ||||
* | | Bug 735622 - [PATCH] Do not cache inputSize in src/doxygen.cpp | Dimitri van Heesch | 2014-08-30 | 1 | -3/+2 |
| | | |||||
* | | Fix potential crash when reading tag file which contained nested java ↵ | Dimitri van Heesch | 2014-08-26 | 1 | -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 links | Dimitri van Heesch | 2014-08-18 | 1 | -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/doxygen | Dimitri van Heesch | 2014-08-15 | 1 | -12/+14 |
|\ | |||||
| * | Support multiple extra HTML stylesheets. | albert-github | 2014-08-15 | 1 | -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 Heesch | 2014-08-14 | 1 | -26/+27 |
|/ | | | | | | classes Bug 631675 - Java inheritance of instantiated generics not recognized. | ||||
* | Bug 734727 - GENERATE_TAGFILE no longer includes any @*section links | Dimitri van Heesch | 2014-08-14 | 1 | -2/+2 |
| | |||||
* | Bug 732594 - Two entries for a single member in Doxygen XML | Dimitri van Heesch | 2014-08-08 | 1 | -1/+2 |
| | |||||
* | Bug 734099 - Add support for non-parsed language | Dimitri van Heesch | 2014-08-04 | 1 | -1/+3 |
| | |||||
* | Bug 734077 - no uniquely matching class member found for inline function ↵ | Dimitri van Heesch | 2014-08-03 | 1 | -4/+5 |
| | | | | definition where parameter argument names don't match | ||||
* | New VHDL parser implementation | Dimitri van Heesch | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | More robust extraction of scope information from tag files | Dimitri van Heesch | 2014-07-18 | 1 | -11/+13 |
| | |||||
* | Replaced the VHDL parser with the VHDL scanner from 1.7.5 to avoid potential ↵ | Dimitri van Heesch | 2014-05-18 | 1 | -8/+1 |
| | | | | licensing issues | ||||
* | Merge branch 'master' of github.com:doxygen/doxygen | Dimitri van Heesch | 2014-03-15 | 1 | -5/+20 |
|\ | |||||
| * | In case of sections with the same name they are not reported. | albert-github | 2014-03-02 | 1 | -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 code | albert-github | 2014-03-09 | 1 | -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 type | Dimitri van Heesch | 2014-02-15 | 1 | -1/+3 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -2/+2 |
| |