summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added *.ice files as a recognized file type.Mark Spruiell2018-10-221-14/+18
* Merge pull request #6482 from abathur/sql3Dimitri van Heesch2018-10-221-131/+102
|\
| * declares XMLCodeGenerator in xmlgen.hTravis A. Everett2018-08-291-131/+102
* | Update xmlgen.cppArmin Müller2018-10-151-1/+1
* | Fixing problem with possible not initialized variable (endless loop in VS 201...albert-github2018-09-121-4/+4
|/
* Moved local toc data into a separate type for better encapsulationDimitri van Heesch2018-07-221-2/+2
* Enable in page table of contents for XML and add maximum level to in page tab...albert-github2018-07-121-3/+56
* Misc. typosluz.paz2018-04-251-1/+1
* XML output: avoid warnings with scoped enum values in anonymous namespaces.Vladimír Vondruš2017-12-291-3/+3
* Merge pull request #627 from mosra/xml-strong-typed-enumsDimitri van Heesch2017-12-241-0/+14
|\
| * Provide information about enum type "strongness" in the XML output.Vladimír Vondruš2017-11-291-0/+7
| * Expose underlying enum type in the XML output.Vladimír Vondruš2017-11-291-0/+7
* | Merge pull request #626 from mosra/xml-using-templatesDimitri van Heesch2017-12-241-4/+1
|\ \
| * | Provide template parameters also for type aliases in the XML output.Vladimír Vondruš2017-11-281-4/+1
| |/
* | Merge pull request #625 from mosra/xml-tableofcontentsDimitri van Heesch2017-12-241-0/+4
|\ \
| * | Expose TOC placeholder in XML output.Vladimír Vondruš2017-11-291-0/+4
* | | Merge pull request #624 from mosra/xml-page-briefdescriptionDimitri van Heesch2017-12-241-0/+3
|\ \ \ | |/ /
| * | Provide page brief in <briefdescription> of XML output.Vladimír Vondruš2017-11-251-0/+3
| |/
* | Encode invalid XML characters instead of skipping them.Vladimír Vondruš2017-11-251-1/+3
|/
* Fix for regression in XML output generation after fixing bug 789168Dimitri van Heesch2017-11-191-1/+1
* Bug 776791 - [1.8.13 Regression] Segfault building the breathe docsalbert-github2017-01-041-1/+1
* Bug 771152 - C++11 ref-qualifiers do not appear in Member Function Documentat...Dimitri van Heesch2016-09-211-0/+7
* sqlite3gen: sync with xmlgenAdrian Negreanu2016-08-091-0/+1
* Bug 764656 - generated xml has errorsalbert-github2016-04-061-1/+1
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-14/+14
* Further cmake changesDimitri van Heesch2015-05-311-2/+2
* xml: use STRIP_FROM_PATH on @file attributes.Adrian Negreanu2015-04-171-5/+5
* Fixes for showing type constraint relationsDimitri van Heesch2015-03-151-0/+6
* Bump copyright yearDimitri van Heesch2015-02-261-1/+1
* Fixed a couple of cases where sharing string data could lead to corruptionDimitri van Heesch2015-01-021-1/+1
* Fixed several Coverity warningsDimitri van Heesch2014-11-151-16/+15
* Added language attribute to XML output for classes, namespaces, and filesDimitri van Heesch2014-11-151-5/+8
* Introduced template directory for template and resource files and resource co...Dimitri van Heesch2014-11-131-79/+7
* Bug 733722 - XML Output invalid: XML_PROGRAMLISTING=YES copies Unicode form f...Dimitri van Heesch2014-08-151-6/+11
* Bug 733451 - volatile declaration on member functions is not handled as xml a...Dimitri van Heesch2014-08-081-1/+5
* Documentation generator: added support for C# property accessors visibility m...Maksim Osipov2014-07-041-0/+16
* Bug 674851 - Percent to prevent auto-linking in page title is not removed for...albert-github2014-02-171-1/+1
* Updated copyrightDimitri van Heesch2014-02-111-1/+1
* Fixed off-by one error for last character in compound.xsdDimitri van Heesch2014-02-101-1/+1
* fixed compile issue on LinuxDimitri van Heesch2014-02-101-1/+1
* Restructered html entity handlingDimitri van Heesch2014-02-101-38/+23
* Recognize all HTML4 special character entitiesalbert-github2014-02-081-1/+42
* This patch contains changes regarding the build system so that the *nix and W...albert-github2013-10-061-2/+2
* Make XML output adhere to MAX_INITIALIZER_LINESDimitri van Heesch2013-07-141-3/+2
* Added SOURCE_TOOLTIPS option for advanced tooltip support while source browsingDimitri van Heesch2013-07-021-15/+6
* Bug 701314 - URLs are not created on C# classes in some casesDimitri van Heesch2013-06-151-0/+2
* Bug 700646 - XML output does not handle HTML entities in titlesDimitri van Heesch2013-05-301-3/+5
* Release-1.8.3.1-20130512Dimitri van Heesch2013-05-121-15/+15
* Release-1.8.3.1-20130402Dimitri van Heesch2013-04-021-6/+50
* Release-1.8.3.1-20130324Dimitri van Heesch2013-03-241-4/+1