Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed regression after fixing memory leak | Dimitri van Heesch | 2018-12-26 | 1 | -2/+7 |
| | |||||
* | Fixed some more small memory leaks | Dimitri van Heesch | 2018-12-26 | 1 | -5/+12 |
| | |||||
* | Merge remote-tracking branch 'doxygen/master' | Joe George | 2018-11-05 | 1 | -0/+4 |
|\ | |||||
| * | Add commands to handle referenced by relation and references relation | albert-github | 2018-10-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | Analogous to call graph and caller graph this patch provides an implementation for the referenced by relation and references relation. Providing the commands: - referencedbyrelation - hidereferencedbyrelation - referencesrelation - hidereferencesrelation Motivation is that some lists can get extremely large and also there is now more symmetry between the textual and graphical out. | ||||
* | | Added *.ice files as a recognized file type. | Mark Spruiell | 2018-10-22 | 1 | -0/+2 |
|/ | | | | Added a Slice-optimized output mode. | ||||
* | Implementation of standard generator for docbook output | albert-github | 2018-09-07 | 1 | -0/+6 |
| | | | | | | | | Till now docbook had its own output generator, but lot of possibilities were missing (see remark about updating below), with this patch the (more than) basic implementation has been made. Added some docbook tests to the current tests and updated documentation where necessary Tried updating current version but too many issues remained that were generically handled in the standard generator, code is in current version behind '#if 0' construct in doxygen.cpp and name with '_v1' and in docbookgen.cp' | ||||
* | Minor fixes to local toc logic after feedback | Dimitri van Heesch | 2018-07-23 | 1 | -3/+3 |
| | |||||
* | Moved local toc data into a separate type for better encapsulation | Dimitri van Heesch | 2018-07-22 | 1 | -10/+32 |
| | |||||
* | Enable in page table of contents for XML and add maximum level to in page ↵ | albert-github | 2018-07-12 | 1 | -0/+8 |
| | | | | | | | table of contents - add the in page table of contents for XML - add the possibility to have maximum levels in the in page table of contents (possible per output type and per in page table of contents. Default is show all) | ||||
* | Enable in page table of contents for LaTeX | albert-github | 2018-05-21 | 1 | -0/+2 |
| | | | | | | | | currently the \tableofcontents command is only supported for HTML. In this patch: - enable in page table of contents for LaTeX: \tableofcontents['{'[option][,option]*'}'] where option can be 'HTML, and 'LaTeX' (side effect: possibility to have options with, nearly, all commands.) | ||||
* | Fixed a couple of cases where sharing string data could lead to corruption | Dimitri van Heesch | 2015-01-02 | 1 | -1/+1 |
| | | | | | Also made dangerous string access more visible by introducing rawData(). This replaces data() which will now return a constant string. | ||||
* | In case of sections with the same name they are not reported. | albert-github | 2014-03-02 | 1 | -1/+3 |
| | | | | | 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. | ||||
* | Release-1.8.3.1-20130402 | Dimitri van Heesch | 2013-04-02 | 1 | -2/+15 |
| | |||||
* | Release-1.8.3.1-20130324 | Dimitri van Heesch | 2013-03-24 | 1 | -0/+2 |
| | |||||
* | Release-1.8.1.2-20120729 | Dimitri van Heesch | 2012-07-29 | 1 | -48/+2 |
| | |||||
* | Release-1.7.6.1-20120220 | Dimitri van Heesch | 2012-02-20 | 1 | -0/+1 |
| | |||||
* | Release-1.7.6.1-20120122 | Dimitri van Heesch | 2012-01-22 | 1 | -3/+5 |
| | |||||
* | Release-1.7.5.1 | Dimitri van Heesch | 2011-08-21 | 1 | -2/+2 |
| | |||||
* | Release-1.7.5 | Dimitri van Heesch | 2011-08-14 | 1 | -1/+2 |
| | |||||
* | Release-1.7.1 | Dimitri van Heesch | 2010-06-25 | 1 | -2/+2 |
| | |||||
* | Release-1.5.6-20080727 | Dimitri van Heesch | 2008-07-27 | 1 | -2/+2 |
| | |||||
* | Release-1.5.4-20080101 | Dimitri van Heesch | 2008-01-17 | 1 | -3/+5 |
| | |||||
* | Release-1.5.4 | Dimitri van Heesch | 2008-01-16 | 1 | -4/+21 |
| | |||||
* | Release-1.5.2-20070719 | Dimitri van Heesch | 2007-07-19 | 1 | -0/+2 |
| | |||||
* | Release-1.5.2-20070506 | Dimitri van Heesch | 2007-05-06 | 1 | -1/+139 |
| | |||||
* | Release-1.5.1-20070107 | Dimitri van Heesch | 2007-01-07 | 1 | -0/+28 |
| | |||||
* | Release-1.4.7-20060910 | Dimitri van Heesch | 2006-09-10 | 1 | -0/+639 |