summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-07-21 13:13:25 (GMT)
committerGitHub <noreply@github.com>2018-07-21 13:13:25 (GMT)
commit5e05075b2eb5957739d6e32577f6b9643e6bbee6 (patch)
treeafb60fa51be77c2ec4ce06f342e0dfaceffabeb8 /src/util.h
parent72b5d9ccf8e82930dac5dc4c847babcf41f7cc0a (diff)
parent7bb6b4792a95626685df5750a6ab79b675c9fd60 (diff)
downloadDoxygen-5e05075b2eb5957739d6e32577f6b9643e6bbee6.zip
Doxygen-5e05075b2eb5957739d6e32577f6b9643e6bbee6.tar.gz
Doxygen-5e05075b2eb5957739d6e32577f6b9643e6bbee6.tar.bz2
Merge pull request #738 from albert-github/feature/bug_latex_code
Small problems when having code in LaTeX output
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index 18c329d..a9eee67 100644
--- a/src/util.h
+++ b/src/util.h
@@ -478,6 +478,7 @@ void convertProtectionLevel(
bool mainPageHasTitle();
bool openOutputFile(const char *outFile,QFile &f);
void writeExtraLatexPackages(FTextStream &t);
+void writeLatexSpecialFormulaChars(FTextStream &t);
int usedTableLevels();
void incUsedTableLevels();