summaryrefslogtreecommitdiffstats
path: root/src/latexdocvisitor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for broken LaTeX output.Dimitri van Heesch2020-09-271-6/+6
* Refactoring: prepare output generators for multi-threaded useDimitri van Heesch2020-09-271-93/+83
* Regression: further fixes to make the documentation build againDimitri van Heesch2020-06-101-82/+83
* Restructure citation handlingDimitri van Heesch2020-02-161-1/+2
* Adding commands `\rtfinclude`, `\docbookinclude`, `\maninclude` and `\xmlincl...albert-github2020-01-091-0/+4
* Merge pull request #7223 from albert-github/feature/bug_formula_quoteDimitri van Heesch2019-12-261-1/+1
|\
| * Error in LaTeX with single quote in formula / math mode.albert-github2019-08-241-1/+1
* | 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 #7237 from albert-github/feature/bug_table_hrDimitri van Heesch2019-12-171-1/+4
|\ \
| * | Problem with `<hr>` in LaTeX multicolumn cellalbert-github2019-08-291-1/+4
| |/
* | 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/+4
|\ \
| * | issue #6831 Failure to recognize class array with PHP in @varalbert-github2019-02-151-2/+4
* | | 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
| | |/ | |/|
* | | Remove not used classalbert-github2019-07-071-8/+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-4/+19
|\ \
| * | Show line numbers in "split" examplesalbert-github2019-03-031-1/+16
|/ /
* | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2019-02-281-1/+1
|\ \
| * | Section title runs into marginalbert-github2019-02-101-1/+1
| |/
* | Refactored Definition and derived classes such that they are abstract interfacesDimitri van Heesch2019-02-281-4/+6
|/
* Merge branch 'cheoljoo-run_java_once_3rd_trial'Dimitri van Heesch2019-01-081-2/+2
|\
| * Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2019-01-081-2/+2
| |\
| * \ Merge branch 'run_java_once_3rd_trial' of https://github.com/cheoljoo/doxygen...Dimitri van Heesch2018-12-271-1/+1
| |\ \ | | |/
| | * mergeCharles.Lee2018-12-241-28/+70
| | |\
| | * | add format in writePlantUMLSource() and gathered in one pu file. But it is n...Charles.Lee2018-08-281-1/+1
* | | | Implementing `<hr>` for LaTeXalbert-github2019-01-051-1/+1
|/ / /
* | | Fixed problems with emoji handling and added a test case for itDimitri van Heesch2018-12-251-1/+3
| |/ |/|
* | Improved robustness of the emoji featureDimitri van Heesch2018-12-231-39/+5
* | Merge pull request #6602 from albert-github/feature/bug_tparamDimitri van Heesch2018-12-031-4/+1
|\ \
| * | Consistency in headings and layout for template parameters (tparam)albert-github2018-11-061-4/+1
* | | Merge pull request #6611 from albert-github/feature/bug_debug_latexdocvisitorDimitri van Heesch2018-11-111-2/+0
|\ \ \
| * | | Remove debug statementsalbert-github2018-11-111-2/+0
| |/ /
* | | Merge branch 'feature/bug_inline_image' of https://github.com/albert-github/d...Dimitri van Heesch2018-11-111-15/+44
|\ \ \
| * | | Inline imagesalbert-github2018-08-091-15/+44
* | | | Merge branch 'feature/issue_6517' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-11-111-0/+50
|\ \ \ \ | |_|/ / |/| | |
| * | | issue_6517: Emoji supportalbert-github2018-10-011-0/+50
* | | | Changed refiltering to forced use of insideTabbingDimitri van Heesch2018-10-291-2/+2
* | | | Merge pull request #6460 from albert-github/feature/issue_6456Dimitri van Heesch2018-10-271-6/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Issue_6456 Using # in links causes errors in PDF generationalbert-github2018-08-241-6/+8
| |/ /
* | | Fixing coverity messagesalbert-github2018-09-131-1/+1
| |/ |/|
* | Merge branch 'feature/bug_667993' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-08-261-1/+7
|\ \ | |/ |/|
| * Bug 667993 - HTML tags <u> and </u> not supportedalbert-github2018-07-071-1/+7
* | Merge pull request #743 from albert-github/feature/bug_796355Dimitri van Heesch2018-07-211-4/+4
|\ \ | |/ |/|
| * Bug 796355 - LaTeX: Class scrbook Error: undefined old font command `\tt'albert-github2018-05-261-4/+4