summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* | Cleanup codeDimitri van Heesch2020-02-221-3/+0
* | Restructure section handlingDimitri van Heesch2020-02-211-15/+13
|/
* Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-3/+3
* Illegal Character in XML outputalbert-github2019-11-131-8/+8
* Merge pull request #7377 from albert-github/feature/bug_spell_srcDimitri van Heesch2019-11-061-2/+2
|\
| * Spelling corrections for src directoryalbert-github2019-11-051-2/+2
* | issue #7302: Determination of anonymous is too restrictiveDimitri van Heesch2019-11-051-5/+4
|/
* Changed ArgumentList to be an STL containerDimitri van Heesch2019-10-271-51/+46
* Merge branch 'feature/bug_endblock_msg' of https://github.com/albert-github/d...Dimitri van Heesch2019-08-041-1/+1
|\
| * Correction warning messagealbert-github2019-06-011-1/+1
* | Merge branch 'feature/bug_gitversion' of https://github.com/albert-github/dox...Dimitri van Heesch2019-07-301-2/+2
|\ \
| * | Show git version informationalbert-github2019-05-311-2/+2
* | | refactoring dot.cppThomas Haller2019-06-131-2/+4
| |/ |/|
* | Add const correctness for argument listsDimitri van Heesch2019-05-051-8/+8
* | Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-29/+29
|/
* Merge pull request #6890 from albert-github/feature/bug_xml_xsdDimitri van Heesch2019-03-251-1/+2
|\
| * Correcting errors in xml generation and xsd schemaalbert-github2019-03-181-1/+2
* | issue #6892 xml not well-formed (invalid token) for c++albert-github2019-03-191-2/+2
|/
* Added 'constexpr' as attribute label and to XML outputDimitri van Heesch2019-01-131-0/+5
* Added noexcept attribute to the XML outputDimitri van Heesch2019-01-131-0/+5
* Added declfile, declline, and declcolumn attributes to the location element i...Dimitri van Heesch2019-01-121-1/+7
* Moved check for page having a title to hasTitle() methodDimitri van Heesch2018-12-311-2/+2
* Properly handle empty TOC in XML output.Vladimír Vondruš2018-12-291-2/+2
* Renamed option and test case numbersDimitri van Heesch2018-12-261-6/+11
* Merge branch 'xml-namespace-members-in-file-scope' of https://github.com/mosr...Dimitri van Heesch2018-12-261-2/+2
|\
| * Make it possible to list namespace members in file scope for XML output.Vladimír Vondruš2018-02-101-2/+2
* | 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