summaryrefslogtreecommitdiffstats
path: root/src/xmlgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* issue #8274 List entries for file & namespace enums (part 2)Dimitri van Heesch2020-12-241-1/+10
* Refactoring: replace NamespaceSDict by NamespaceLinkedMapDimitri van Heesch2020-12-231-4/+2
* Refactoring: replaced getNamespaceSDict() by getNamespaces()Dimitri van Heesch2020-12-231-16/+8
* Refactoring: replace ClassSDict by ClassLinkedMap/ClassLinkedRefMapDimitri van Heesch2020-12-191-37/+16
* Refactoring: modernize TooltipManager class and source reference listsDimitri van Heesch2020-10-201-14/+6
* Refactoring: Modernize BaseClassListDimitri van Heesch2020-10-121-60/+50
* Fix for broken LaTeX output.Dimitri van Heesch2020-09-271-2/+2
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-5/+18
* Merge branch 'master' into feature/bug_xml_langDimitri van Heesch2020-08-011-3/+7
|\
| * Refactor: modernize markdown and make it thread-safeDimitri van Heesch2020-06-161-1/+2
| * Add namespace inline flag in xml output (#7828)Sergei Izmailov2020-06-131-2/+5
* | Adding the xml:lang tag to XML and Docbook outputalbert-github2020-06-031-3/+8
|/
* Merge branch 'feature/change-DirList-container-to-std' of https://github.com/...Dimitri van Heesch2020-05-101-3/+1
|\
| * For loops on QListIterator by range loops.David Hebbeker2020-05-021-3/+1
* | Refactoring: migrate MemberNameInfoSDict to MemberNameInfoLinkedMapDimitri van Heesch2020-04-271-34/+27
* | Refactoring: Improve encapsulation of MemberInfo classDimitri van Heesch2020-04-271-4/+4
|/
* Refactor: improve encapsulation for ArgumentListDimitri van Heesch2020-04-251-4/+4
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-84/+80
* Doxygen version information (#7645)albert-github2020-03-171-2/+2
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-2/+0
* 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