summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-07-23 14:06:43 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-07-23 14:06:43 (GMT)
commit7703ff62ed5e27d32af03d4a613f16e8a3320eb1 (patch)
tree8bdbe4421ef1ea29861efd26ccfc83849a184148 /src/util.h
parent89f2a610a5ca245dcc19dc7e95b49ff664c3b66a (diff)
downloadDoxygen-7703ff62ed5e27d32af03d4a613f16e8a3320eb1.zip
Doxygen-7703ff62ed5e27d32af03d4a613f16e8a3320eb1.tar.gz
Doxygen-7703ff62ed5e27d32af03d4a613f16e8a3320eb1.tar.bz2
Release-1.2.8-20010723
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/util.h b/src/util.h
index ec5b197..1a00394 100644
--- a/src/util.h
+++ b/src/util.h
@@ -153,5 +153,10 @@ bool extractClassNameFromType(const QCString &type,int &pos,
QCString substituteTemplateArgumentsInString(
const QCString &name,ArgumentList *formalArgs,ArgumentList *actualArgs);
+ArgumentList *copyArgumentList(const ArgumentList *src);
+QList<ArgumentList> *copyArgumentLists(const QList<ArgumentList> *srcLists);
+QCString stripTemplateSpecifiersFromScope(const QCString &fullName,
+ bool parentOnly=TRUE);
+
#endif