Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixup man only output to use generator state push pop | Artur Kink | 2016-09-26 | 1 | -1/+2 |
| | |||||
* | For manpages remove trailing dash when no brief description | Artur Kink | 2016-09-25 | 1 | -1/+4 |
| | |||||
* | Bug 770747 - Broken links in HTML output with SHOW_FILES=NO | Dimitri van Heesch | 2016-09-02 | 1 | -1/+1 |
| | |||||
* | Optimized use of convertNameToFile to improve performance | Dimitri van Heesch | 2016-02-07 | 1 | -4/+26 |
| | |||||
* | Changed configuration mechanism to directly access options in order to ↵ | Dimitri van Heesch | 2016-01-17 | 1 | -39/+39 |
| | | | | improve performance | ||||
* | Bug 755786 - fatal: Cannot open 'graph_legend': No such file or directory | albert-github | 2015-09-29 | 1 | -1/+2 |
| | | | | | For the graph_legend also a file definition is created although it is a generated file and therefore it should be excluded as well. (Problem occurs with any command that is used in FILE_VERSION_FILTER) | ||||
* | Guarded debug prints against printing a NULL pointer. | Dimitri van Heesch | 2015-04-06 | 1 | -1/+1 |
| | |||||
* | Bump copyright year | Dimitri van Heesch | 2015-02-26 | 1 | -1/+1 |
| | |||||
* | 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. | ||||
* | Add source code possibility for RTF output | albert-github | 2014-12-10 | 1 | -1/+8 |
| | | | | | Analogous to Latex and HTML output the possibility to have source code shown in RTF output is created. Based on question: http://doxygen.10944.n7.nabble.com/RTF-lack-of-source-code-tc6936.html | ||||
* | Remove bogus argument to avoid compiler warning | Dimitri van Heesch | 2014-11-29 | 1 | -1/+1 |
| | |||||
* | Bug 740218 - Full scope needed when making link inside cross-referenced section | Dimitri van Heesch | 2014-11-17 | 1 | -0/+1 |
| | |||||
* | Bug 738548 - latex: dead links to source code | albert-github | 2014-10-15 | 1 | -0/+9 |
| | | | | For Latex an extra dependency exists. In case Latex is set and LATEX_SOURCE_CODE is not set the writing of the "Definition in file" section is disabled. | ||||
* | Bug 736992 - Member functions omitted from tagfile | Dimitri van Heesch | 2014-09-22 | 1 | -28/+106 |
| | |||||
* | Bug 735587 - [PATCH] Fix a terminating null character after fread in ↵ | Dimitri van Heesch | 2014-08-30 | 1 | -7/+10 |
| | | | | src/filedef.cpp | ||||
* | Bug 730520 - No documentation generated for method-less C++ struct | Dimitri van Heesch | 2014-06-16 | 1 | -0/+8 |
| | |||||
* | Bug 712251 - Documentation for enumeration not generated | Dimitri van Heesch | 2014-04-20 | 1 | -1/+1 |
| | |||||
* | Added directory info to the context | Dimitri van Heesch | 2014-03-01 | 1 | -1/+2 |
| | |||||
* | Updated copyright | Dimitri van Heesch | 2014-02-11 | 1 | -1/+1 |
| | |||||
* | Merge pull request #78 from albert-github/feature/bug_721302 | Dimitri van Heesch | 2014-01-02 | 1 | -0/+1 |
|\ | | | | | Bug 721302 - [Latex/PDF] Merging brief and detailed description in file section | ||||
| * | Bug 721302 - [Latex/PDF] Merging brief and detailed description in file section | albert-github | 2014-01-01 | 1 | -0/+1 |
| | | | | | | | | | | | | Not only for Man pages the extra returns are necessary but also for LaTeX output. The change in filedef.cpp is a direct consequence of t the bug report. The groupdef.cpp has been tested on propriety code and the namespacedef.cpp and dirdef.cpp directly follow from code similarity. | ||||
* | | Bug 436885 - c-source and h-source missing for latex | albert-github | 2013-12-31 | 1 | -2/+2 |
|/ | | | | Original title does not cover problem anymore. Problem has evolved to that when clicking on the name for the source file (in LaTeX) a jump to the beginning of the document was made. This problem is fixed with this patch. | ||||
* | Reduced and improved functionality of QList | Dimitri van Heesch | 2013-12-30 | 1 | -10/+9 |
| | | | | | | | | | - operations on current index and node (next(), prev(), last(), first()) have been removed. - access to internal nodes has been removed. - old QList has been renamed to QInternalList for use inside qtools only. - added type safe compare, new, and delete operations (compareValues(), newValue(), deleteValue()). - add compareValues also to QDict for consistency. - changed doxygen's implementation to comply with the new QList and QDict interface. | ||||
* | More work on the template and context mechanisms | Dimitri van Heesch | 2013-12-29 | 1 | -5/+15 |
| | |||||
* | Template and context enhancements | Dimitri van Heesch | 2013-12-23 | 1 | -1/+1 |
| | |||||
* | Added rudimentary support for django like template system for output creation. | Dimitri van Heesch | 2013-10-21 | 1 | -0/+6 |
| | |||||
* | Bug 707641 - `FILTER_SOURCE_FILES=YES` required to build CALL_GRAPHS | Sergio Oller | 2013-09-28 | 1 | -2/+26 |
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=707641 Add references if the file is filtered, as the parser does not know whether we are insideBody or not. | ||||
* | Bug 704412 - doxygen don't hide private Inherited Members | Dimitri van Heesch | 2013-08-01 | 1 | -1/+1 |
| | |||||
* | Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsing | Dimitri van Heesch | 2013-07-02 | 1 | -10/+4 |
| | |||||
* | Bug 701314 - URLs are not created on C# classes in some cases | Dimitri van Heesch | 2013-06-15 | 1 | -0/+2 |
| | |||||
* | Release-1.8.3.1-20130512 | Dimitri van Heesch | 2013-05-12 | 1 | -195/+229 |
| | |||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -3/+11 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -10/+27 |
| | |||||
* | Release-1.8.3.1-20130209 | Dimitri van Heesch | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3.1 | Dimitri van Heesch | 2013-01-20 | 1 | -1/+1 |
| | |||||
* | Release-1.8.3 | Dimitri van Heesch | 2012-12-26 | 1 | -0/+2 |
| | |||||
* | Release-1.8.2-20121118 | Dimitri van Heesch | 2012-11-18 | 1 | -37/+49 |
| | |||||
* | Release-1.8.2-20120930 | Dimitri van Heesch | 2012-09-30 | 1 | -6/+8 |
| | |||||
* | Release-1.8.2 | Dimitri van Heesch | 2012-08-11 | 1 | -1/+1 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -9/+11 |
| | |||||
* | Release-1.8.1.2 | Dimitri van Heesch | 2012-07-12 | 1 | -7/+15 |
| | |||||
* | Release-1.8.1.1 | Dimitri van Heesch | 2012-06-10 | 1 | -0/+1 |
| | |||||
* | Release-1.8.1 | Dimitri van Heesch | 2012-05-19 | 1 | -3/+11 |
| | |||||
* | Release-1.8.0-20120408 | Dimitri van Heesch | 2012-04-08 | 1 | -4/+7 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -1/+2 |
| | |||||
* | Release-1.7.6.1 | Dimitri van Heesch | 2011-12-10 | 1 | -1/+1 |
| | |||||
* | Release-1.7.5.1-20111117 | Dimitri van Heesch | 2011-11-17 | 1 | -16/+4 |
| | |||||
* | Release-1.7.5.1-20111027 | Dimitri van Heesch | 2011-10-27 | 1 | -4/+4 |
| | |||||
* | Release-1.7.5.1-20110925 | Dimitri van Heesch | 2011-09-25 | 1 | -66/+89 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -5/+6 |
| |