summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2018-10-29 19:27:02 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2018-10-29 19:27:02 (GMT)
commit8deca51e0c8cca7873d40d5670edbea36ea38ee3 (patch)
treeacfc070cde40e95164d4dbeb33c0554f55f5066b /src/util.h
parent88885c2fa885978cf958bebb6d312e1e0854a864 (diff)
downloadDoxygen-8deca51e0c8cca7873d40d5670edbea36ea38ee3.zip
Doxygen-8deca51e0c8cca7873d40d5670edbea36ea38ee3.tar.gz
Doxygen-8deca51e0c8cca7873d40d5670edbea36ea38ee3.tar.bz2
Changed refiltering to forced use of insideTabbing
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/util.h b/src/util.h
index 4f9f238..4274f65 100644
--- a/src/util.h
+++ b/src/util.h
@@ -345,8 +345,8 @@ void filterLatexString(FTextStream &t,const char *str,
bool insideItem=FALSE,
bool keepSpaces=FALSE);
-QCString latexEscapeLabelName(const char *s,bool insideTabbing);
-QCString latexEscapeIndexChars(const char *s,bool insideTabbing);
+QCString latexEscapeLabelName(const char *s);
+QCString latexEscapeIndexChars(const char *s);
QCString latexEscapePDFString(const char *s);
QCString latexFilterURL(const char *s);