diff options
Diffstat (limited to 'src/namespacedef.h')
-rw-r--r-- | src/namespacedef.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/namespacedef.h b/src/namespacedef.h index 029698d..f5dda20 100644 --- a/src/namespacedef.h +++ b/src/namespacedef.h @@ -102,6 +102,7 @@ class NamespaceDef : public Definition void writeAuthorSection(OutputList &ol); void startMemberDocumentation(OutputList &ol); void endMemberDocumentation(OutputList &ol); + void writeSummaryLinks(OutputList &ol); QCString fileName; QStrList files; @@ -156,6 +157,7 @@ class NamespaceSDict : public SDict<NamespaceDef> ); } void writeDeclaration(OutputList &ol,const char *title,bool localName=FALSE); + bool declVisible() const; }; |