summaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2020-10-19 08:18:07 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2020-10-19 08:18:07 (GMT)
commite847d5dc322740b0097f56fc19311c8c74a44a55 (patch)
treec227b2ee5b7223ba8ee2400b3c9def44773e9803 /src/util.h
parentccca51f80ce6a4c380545800f6ea8b5ae27c8724 (diff)
downloadDoxygen-e847d5dc322740b0097f56fc19311c8c74a44a55.zip
Doxygen-e847d5dc322740b0097f56fc19311c8c74a44a55.tar.gz
Doxygen-e847d5dc322740b0097f56fc19311c8c74a44a55.tar.bz2
issue #8103: C++ Table of content, namespace list does not contains namespace without class
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 03296f9..bc4b025 100644
--- a/src/util.h
+++ b/src/util.h
@@ -312,7 +312,8 @@ void initClassHierarchy(ClassSDict *cl);
bool hasVisibleRoot(const BaseClassList &bcl);
bool classHasVisibleChildren(const ClassDef *cd);
-bool namespaceHasVisibleChild(const NamespaceDef *nd,bool includeClasses,bool filterClasses,ClassDef::CompoundType ct);
+bool namespaceHasNestedNamespace(const NamespaceDef *nd);
+bool namespaceHasNestedClass(const NamespaceDef *nd,bool filterClasses,ClassDef::CompoundType ct);
bool classVisibleInIndex(const ClassDef *cd);
int minClassDistance(const ClassDef *cd,const ClassDef *bcd,int level=0);