summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-08-06 18:30:19 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-08-06 18:30:19 (GMT)
commitc60743a4b63f71f2cced85b729cc0d32b66e0500 (patch)
tree33a1b18dfdc6a1a21a166b912fd111530aa5f828 /src/util.h
parent533c5cadfad41763f294c49f8cb7a19fbc5a19d8 (diff)
downloadDoxygen-c60743a4b63f71f2cced85b729cc0d32b66e0500.zip
Doxygen-c60743a4b63f71f2cced85b729cc0d32b66e0500.tar.gz
Doxygen-c60743a4b63f71f2cced85b729cc0d32b66e0500.tar.bz2
Some fixes and restructuring
- moved unescapeCharsInString to util.cpp - restructured flow keyword counting - make flow keyword counting work for python and fortran code as well
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 ad062d0..ac89ccd 100644
--- a/src/util.h
+++ b/src/util.h
@@ -340,6 +340,7 @@ PageDef *addRelatedPage(const char *name,
);
QCString escapeCharsInString(const char *name,bool allowDots,bool allowUnderscore=FALSE);
+QCString unescapeCharsInString(const char *s);
void addGroupListToTitle(OutputList &ol,const Definition *d);