summaryrefslogtreecommitdiffstats
path: root/src/docbookvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: replace QFile/FTextStream with fstream/stringstreamDimitri van Heesch2021-03-181-137/+128
* Refactoring: Replaced QFileInfo with FileInfoDimitri van Heesch2021-03-181-8/+7
* issue #8357 XML output does not include cross-references in code-fragmentsalbert-github2021-01-271-2/+2
* Fix size_t related compiler errors & warnings for win64Dimitri van Heesch2021-01-221-1/+1
* Refactoring: modernize PlantumlManagerDimitri van Heesch2021-01-221-2/+2
* Refactoring: move Doc*Visitor::push/popEnabledDimitri van Heesch2021-01-221-19/+6
* Refactoring: modernize HtmlAttribListDimitri van Heesch2021-01-221-20/+16
* Refactoring: modernize docparser and clientsDimitri van Heesch2021-01-221-20/+14
* Making the use of DOT_CLEANUP more transparentalbert-github2020-11-231-1/+3
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-36/+33
* Replaced FileNameDict/FileNameList by FileNameLinkedMapDimitri van Heesch2020-04-061-58/+58
* Enabled stricter compiler warnings and fixed all new warningsDimitri van Heesch2020-03-081-16/+14
* Replace raw bool pointer array and counter by std::stack<bool>Dimitri van Heesch2020-02-291-32/+19
* Merge branch 'feature/bug_tables_docbook' of https://github.com/albert-github...Dimitri van Heesch2020-02-291-8/+20
|\
| * Opening and ending tag mismatch: tbody in docbook outputalbert-github2019-08-121-8/+20
* | Minor fixes for table cell attributes in XML and docbook outputDimitri van Heesch2020-02-021-0/+2
* | Avoid unsupported html attributes from appearing in the XML/docbook output an...Dimitri van Heesch2020-02-021-60/+37
* | Bug 791390 - Table formatting information ignored in Doxygen XML outputalbert-github2020-01-231-0/+4
* | Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...albert-github2020-01-091-0/+6
* | Merge branch 'feature/bug_html_s' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-12-261-0/+1
|\ \
| * | Adding HTML s tag, XML corrections for other tagsalbert-github2019-08-161-0/+1
| |/
* | Merge pull request #7186 from albert-github/feature/bug_cite_docbookDimitri van Heesch2019-12-081-2/+22
|\ \
| * | Incorrect NCName in docbook citationsalbert-github2019-08-121-2/+22
| |/
* | Split language parser into "outline parser" and "code parser"Dimitri van Heesch2019-12-031-12/+12
|/
* Problem with '<td nowrap>'albert-github2019-08-101-0/+4
* Merge branch 'feature/issue_6831' of https://github.com/albert-github/doxygen...Dimitri van Heesch2019-08-041-2/+5
|\
| * issue #6831 Failure to recognize class array with PHP in @varalbert-github2019-02-151-2/+5
* | Merge branch 'fetaure/bug_html_ins_del_tag' of https://github.com/albert-gith...Dimitri van Heesch2019-08-031-0/+2
|\ \
| * | Adding HTML tags ins and delalbert-github2019-04-041-0/+2
* | | issue #7126 Latex output format fixesalbert-github2019-07-281-30/+30
* | | Remove not used classalbert-github2019-07-071-16/+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
|/ /
* | Fixed a few compiler warnings on win32Dimitri van Heesch2019-03-101-1/+1
* | Merge branch 'feature/bug_lineno_split_examples' of https://github.com/albert...Dimitri van Heesch2019-03-091-3/+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
|/
* Bug 141919 - Wrong param and exception style in RTF outputalbert-github2019-02-011-7/+3
* Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2019-01-081-2/+2
* mergeCharles.Lee2018-12-241-113/+501
|\
| * Improved robustness of the emoji featureDimitri van Heesch2018-12-231-2/+2
| * Improvement regarding width and title for docbookalbert-github2018-11-251-5/+5
| * Refactored code a bit (use const references and made global functions members)Dimitri van Heesch2018-11-241-22/+27
| * Doxygen creates empty image titles for Docbook outputalbert-github2018-11-231-24/+30
| * Merge branch 'feature/bug_inline_image' of https://github.com/albert-github/d...Dimitri van Heesch2018-11-111-5/+6
| |\
| | * Inline imagesalbert-github2018-08-091-5/+5
| * | Merge branch 'feature/issue_6517' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-11-111-0/+16
| |\ \
| | * | issue_6517: Emoji supportalbert-github2018-10-011-0/+16
| * | | Inconsistency in respect to tgroup in docbookalbert-github2018-11-041-1/+2
| |/ /
| * | Implementation of standard generator for docbook outputalbert-github2018-09-071-86/+445