summaryrefslogtreecommitdiffstats
path: root/src/latexgen.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2018-05-26 15:54:53 (GMT)
committeralbert-github <albert.tests@gmail.com>2018-05-26 15:54:53 (GMT)
commited86c707318c1cb005702ef88dbdaa3a2bee5581 (patch)
tree99838f3b8b9400c81e572daf3e4c2c088c9824f2 /src/latexgen.h
parent63696c08425fc1662c5e76280e3cc74fb3769d80 (diff)
downloadDoxygen-ed86c707318c1cb005702ef88dbdaa3a2bee5581.zip
Doxygen-ed86c707318c1cb005702ef88dbdaa3a2bee5581.tar.gz
Doxygen-ed86c707318c1cb005702ef88dbdaa3a2bee5581.tar.bz2
Problem with code inside a Doxy table in LaTeX
When code is used inside a problem occurs with \discretionary - Inside a table \discretionary is disabled when code is used. - \newline should not be appended to a code line (is already implicitly done by the command).
Diffstat (limited to 'src/latexgen.h')
-rw-r--r--src/latexgen.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/latexgen.h b/src/latexgen.h
index 469e411..07c4080 100644
--- a/src/latexgen.h
+++ b/src/latexgen.h
@@ -51,6 +51,7 @@ class LatexCodeGenerator : public CodeOutputInterface
void writeCodeAnchor(const char *) {}
void setCurrentDoc(Definition *,const char *,bool) {}
void addWord(const char *,bool) {}
+ static void setDoxyCodeOpen(bool val);
private:
void _writeCodeLink(const char *className,