summaryrefslogtreecommitdiffstats
path: root/src/latexgen.cpp
Commit message (Expand)AuthorAgeFilesLines
* refactoring dot.cppThomas Haller2019-06-131-5/+10
* Improved const correctness and added support for inline namespacesDimitri van Heesch2019-04-211-1/+1
* Section title runs into marginalbert-github2019-02-101-43/+43
* Improved robustness of the emoji featureDimitri van Heesch2018-12-231-4/+3
* Issue #6631 Code blocks incorrectly formatted in Latexalbert-github2018-11-211-5/+0
* 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
* | Changed refiltering to forced use of insideTabbingDimitri van Heesch2018-10-291-15/+15
* | Merge pull request #6460 from albert-github/feature/issue_6456Dimitri van Heesch2018-10-271-2/+2
|\ \ | |/ |/|
| * Issue_6456 Using # in links causes errors in PDF generationalbert-github2018-08-241-2/+2
* | Close last code line properly.albert-github2018-09-111-5/+3
* | Missing opening round bracket in case of an exceptionalbert-github2018-08-311-1/+1
* | Renamed (start/end)SimpleSect to (start/end)Examples.Dimitri van Heesch2018-08-261-11/+3
* | Merge branch 'feature/bug_693515' of https://github.com/albert-github/doxygen...Dimitri van Heesch2018-08-191-1/+1
|\ \ | |/ |/|
| * Bug 693515 - The 'Examples:' section; bad/missing style and incorrect spellingalbert-github2018-06-291-1/+1
* | Merge branch 'feature/bug_latex_index' of https://github.com/albert-github/do...Dimitri van Heesch2018-07-231-3/+15
|\ \
| * | Making the 'tex' part of \makeindex available to the useralbert-github2018-05-081-3/+15
* | | Merge branch 'feature/bug_tableofcontents_latex' of https://github.com/albert...Dimitri van Heesch2018-07-221-1/+8
|\ \ \
| * \ \ Merge branch 'master' into feature/bug_tableofcontents_latexDimitri van Heesch2018-06-241-40/+75
| |\ \ \ | | | |/ | | |/|
| * | | Enable in page table of contents for LaTeXalbert-github2018-05-211-1/+7
| | |/ | |/|
* | | Possible fix for the buildDimitri van Heesch2018-07-211-5/+5
* | | 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
* | | | Merge pull request #738 from albert-github/feature/bug_latex_codeDimitri van Heesch2018-07-211-30/+7
|\ \ \ \
| * | | | Small problems when having code in LaTeX outputalbert-github2018-05-221-30/+7
* | | | | Bug 784322 - .tex file is wrong when generating a function whose name include...albert-github2018-06-271-1/+1
| |_|_|/ |/| | |
* | | | Problem with code inside a Doxy table in LaTeXalbert-github2018-05-261-8/+15
| |/ / |/| |
* | | Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2018-05-221-2/+2
|\ \ \
| * \ \ Merge pull request #687 from albert-github/feature/bug_vhdl_ports_htmlDimitri van Heesch2018-05-221-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Better HTML output for VHDL Portsalbert-github2018-03-291-2/+2
* | | | Merge branch 'feature/bug_latex_languages' of https://github.com/albert-githu...Dimitri van Heesch2018-05-221-30/+54
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'master' into feature/bug_latex_languagesDimitri van Heesch2018-05-011-26/+70
| |\ \ \ | | | |/ | | |/|
| * | | Improvement LaTeX outputalbert-github2018-04-091-31/+53
| | |/ | |/|
* | | Numbers overlap the titles in TOC of PDFalbert-github2018-05-161-0/+3
| |/ |/|
* | Bug 768240 - Make maxLineLen of latex output configurablealbert-github2018-04-261-27/+69
* | Consistency of Index name in LaTeX outputalbert-github2018-04-101-1/+1
|/
* Bug 783134 - LaTeX output for \tparam block fails to compile when it contains...Dimitri van Heesch2017-12-311-5/+5
* Merge branch 'feature/bug_783134' of https://github.com/albert-github/doxygen...Dimitri van Heesch2017-12-311-1/+5
|\
| * Bug 783134 - LaTeX output for \tparam block fails to compile when it contains...albert-github2017-05-281-1/+5
* | Bug 778730 - doxygen build failsalbert-github2017-09-031-6/+12
|/
* Merge pull request #545 from albert-github/feature/bug_774138Dimitri van Heesch2016-11-281-1/+1
|\
| * Bug 774138 - Please add HTML classes to "Definition at..." & "Referenced by.....albert-github2016-11-131-1/+1
* | Fix: replace deprecated {\bf with \textbf{ in LaTeX generatorJürgen Hunold2016-11-101-3/+3
|/
* Bug 773231 - Underscores in type or member name cause unwanted hyphenation in...Dimitri van Heesch2016-10-231-6/+11
* Unified display of enum values across output formats and languagesDimitri van Heesch2016-08-311-6/+80
* Merge branch 'master' of github.com:doxygen/doxygenDimitri van Heesch2016-08-281-3/+3
|\
| * Bug 710611 - Missing Page References in the Index Chapters of the LaTex/PDF o...albert-github2016-08-221-3/+3
* | Bug 769736 - doxygen generates incorrect documentation for C enum in latexDimitri van Heesch2016-08-211-1/+1
|/
* Style fixes and added numbering to overloaded membersDimitri van Heesch2016-07-301-9/+14
* Modified (readability) layout for member title in HTML and LaTexPkLab.net2016-06-221-9/+9