summaryrefslogtreecommitdiffstats
path: root/src/docbookvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Problem with cite command (tests 12)albert-github2021-06-071-1/+8
* issue #8193: Better warning in case of error in dot / msc / dia imageDimitri van Heesch2021-05-031-13/+19
* Merge branch 'master' into feature/bug_code_langDimitri van Heesch2021-05-021-215/+205
|\
| * Merge branch 'feature/bug_startuml' of https://github.com/albert-github/doxyg...Dimitri van Heesch2021-05-011-1/+1
| |\
| | * Extending startuml with extra figure typesalbert-github2021-04-041-1/+1
| * | issue #8522 Javadoc: type attribute of ordered lists not preserved (in xml)albert-github2021-04-291-1/+24
| * | Refactoring: remove implicit conversion from QCString to const char *Dimitri van Heesch2021-04-221-9/+9
| |/
| * Refactoring: Add TextStream buffer to improve output writing performanceDimitri van Heesch2021-03-281-3/+3
| * 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
* | Use language name to get code coloringalbert-github2021-01-171-2/+7
|/
* 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