summaryrefslogtreecommitdiffstats
path: root/src/xmldocvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add valign attribute of table cells to xml output.Jan Theegarten2021-01-071-0/+5
* Adapt formattingJan Theegarten2021-01-071-3/+3
* Add width attribute of tables and table cells to xml output.Jan Theegarten2021-01-071-2/+16
* Implement alt="" for images in xml.Jan Theegarten2021-01-071-2/+6
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-22/+16
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-94/+95
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-6/+3
* Minor fixes for table cell attributes in XML and docbook outputDimitri van Heesch2020-02-021-4/+0
* Avoid unsupported html attributes from appearing in the XML/docbook output an...Dimitri van Heesch2020-02-021-30/+27
* Bug 791390 - Table formatting information ignored in Doxygen XML outputalbert-github2020-01-231-1/+46
* Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...albert-github2020-01-091-0/+18
* Showing information from all `*only commands in XML outputalbert-github2020-01-051-1/+26
* issue #7477 Broken urls in the xml outputalbert-github2020-01-041-5/+9
* Merge branch 'feature/bug_html_s' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-261-0/+3
|\
| * Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-161-0/+3
* | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-12/+12
|/
* 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/issue_6831' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-08-041-2/+7
|\ \
| * | issue #6831 Failure to recognize class array with PHP in @varalbert-github2019-02-151-2/+7
* | | Merge branch 'fetaure/bug_html_ins_del_tag' of https://github.com/albert-gith...Dimitri van Heesch2019-08-031-0/+6
|\ \ \
| * | | Adding HTML tags ins and delalbert-github2019-04-041-0/+6
| | |/ | |/|
* | | Remove not used classalbert-github2019-07-071-12/+0
* | | High consequence coverity mesagesalbert-github2019-07-021-1/+1
* | | issue #7033 Syntax highlighting doesn't work when calling \dontinclude from M...albert-github2019-06-061-2/+4
|/ /
* | Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert...Dimitri van Heesch2019-03-091-1/+17
|\ \
| * | Show line numbers in "split" examplesalbert-github2019-03-031-1/+16
|/ /
* | Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-4/+6
|/
* issue #6744 Ampersand in Markdown image URL is not escaped in XML outputalbert-github2019-01-061-4/+2
* Issue #6039: Links on image in Markdown (Origin: bugzilla #769223)Dimitri van Heesch2019-01-031-1/+4
* Improved robustness of the emoji featureDimitri van Heesch2018-12-231-3/+7
* Incorrect number tag sequence for xhtml with htmlinclude command possiblealbert-github2018-11-251-1/+8
* Merge branch 'feature/bug_inline_image' of https://github.com/albert-github/d...Dimitri van Heesch2018-11-111-3/+4
|\
| * Inline imagesalbert-github2018-08-091-2/+3
* | Merge branch 'feature/issue_6517' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-11-111-0/+15
|\ \
| * | issue_6517: Emoji supportalbert-github2018-10-011-0/+15
* | | Merge pull request #6438 from albert-github/feature/bug_citeDimitri van Heesch2018-10-281-1/+1
|\ \ \ | |/ / |/| |
| * | Correcting labels for citationsalbert-github2018-08-101-1/+1
| |/
* | Merge pull request #6424 from albert-github/feature/bug_image_xmlDimitri van Heesch2018-09-031-1/+1
|\ \
| * | Include height item in XML outputalbert-github2018-08-051-1/+1
| |/
* | Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-071-0/+6
|/
* Properly copy images for the XML output.Vladimír Vondruš2017-12-071-9/+14
* Propagate language information to all <programlisting> XML elements.Vladimír Vondruš2017-11-191-6/+10
* Use language identifier instead of file extension for language attributeDimitri van Heesch2017-09-281-1/+1
* Use language in stead of lang for language name attributeShi Yan2017-08-221-1/+1
* Add language type attribute to programlisting tagShi Yan2017-08-221-1/+1
* Bug 770660 - Code snippet always shows line numbers from 1albert-github2016-09-031-0/+22
* Warnings from CLANG compileralbert-github2016-08-281-0/+5
* Include command show line number (e.g. LaTeX)albert-github2016-08-241-2/+16
* Changed configuration mechanism to directly access options in order to improv...Dimitri van Heesch2016-01-171-1/+1