summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2003-06-25 18:00:24 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2003-06-25 18:00:24 (GMT)
commit17c14fb5230cfc532577c32df1d10223534392d8 (patch)
treed1ce681120f6cf7c6aed4ba77feceafcc66cc853 /src/util.h
parent80108293f1f4808c02d28d2d1620563437433a56 (diff)
downloadDoxygen-17c14fb5230cfc532577c32df1d10223534392d8.zip
Doxygen-17c14fb5230cfc532577c32df1d10223534392d8.tar.gz
Doxygen-17c14fb5230cfc532577c32df1d10223534392d8.tar.bz2
Release-1.3.2-20030625
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index f8f1c58..e39bdfc 100644
--- a/src/util.h
+++ b/src/util.h
@@ -155,7 +155,8 @@ bool hasVisibleRoot(BaseClassList *bcl);
int minClassDistance(ClassDef *cd,ClassDef *bcd,int level=0);
QCString convertNameToFile(const char *name,bool allowDots=FALSE);
void extractNamespaceName(const QCString &scopeName,
- QCString &className,QCString &namespaceName);
+ QCString &className,QCString &namespaceName,
+ bool allowEmptyClass=FALSE);
QCString insertTemplateSpecifierInScope(const QCString &scope,const QCString &templ);
QCString stripScope(const char *name);
int iSystem(const char *command,const char *args,bool isBatchFile=FALSE);