summaryrefslogtreecommitdiffstats
path: root/src/marshal.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed regression after fixing memory leakDimitri van Heesch2018-12-261-2/+7
|
* Fixed some more small memory leaksDimitri van Heesch2018-12-261-5/+12
|
* Merge remote-tracking branch 'doxygen/master'Joe George2018-11-051-0/+4
|\
| * Add commands to handle referenced by relation and references relationalbert-github2018-10-171-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 Spruiell2018-10-221-0/+2
|/ | | | Added a Slice-optimized output mode.
* Implementation of standard generator for docbook outputalbert-github2018-09-071-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 feedbackDimitri van Heesch2018-07-231-3/+3
|
* Moved local toc data into a separate type for better encapsulationDimitri van Heesch2018-07-221-10/+32
|
* Enable in page table of contents for XML and add maximum level to in page ↵albert-github2018-07-121-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 LaTeXalbert-github2018-05-211-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 corruptionDimitri van Heesch2015-01-021-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-github2014-03-021-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-20130402Dimitri van Heesch2013-04-021-2/+15
|
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-0/+2
|
* Release-1.8.1.2-20120729Dimitri van Heesch2012-07-291-48/+2
|
* Release-1.7.6.1-20120220Dimitri van Heesch2012-02-201-0/+1
|
* Release-1.7.6.1-20120122Dimitri van Heesch2012-01-221-3/+5
|
* Release-1.7.5.1Dimitri van Heesch2011-08-211-2/+2
|
* Release-1.7.5Dimitri van Heesch2011-08-141-1/+2
|
* Release-1.7.1Dimitri van Heesch2010-06-251-2/+2
|
* Release-1.5.6-20080727Dimitri van Heesch2008-07-271-2/+2
|
* Release-1.5.4-20080101Dimitri van Heesch2008-01-171-3/+5
|
* Release-1.5.4Dimitri van Heesch2008-01-161-4/+21
|
* Release-1.5.2-20070719Dimitri van Heesch2007-07-191-0/+2
|
* Release-1.5.2-20070506Dimitri van Heesch2007-05-061-1/+139
|
* Release-1.5.1-20070107Dimitri van Heesch2007-01-071-0/+28
|
* Release-1.4.7-20060910Dimitri van Heesch2006-09-101-0/+639