summaryrefslogtreecommitdiffstats
path: root/src/namespacedef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2010-03-24 20:39:59 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2010-03-24 20:39:59 (GMT)
commiteb1cb68e11a3b24222a49ed254f8f7aea2f73bae (patch)
tree1e47a4443afb2ec61f032669050ee1b8834baa8d /src/namespacedef.h
parentcd19d7a220915d1f637e0a0a5b2d05d5750f5db0 (diff)
downloadDoxygen-eb1cb68e11a3b24222a49ed254f8f7aea2f73bae.zip
Doxygen-eb1cb68e11a3b24222a49ed254f8f7aea2f73bae.tar.gz
Doxygen-eb1cb68e11a3b24222a49ed254f8f7aea2f73bae.tar.bz2
Release-1.6.3-20100324
Diffstat (limited to 'src/namespacedef.h')
-rw-r--r--src/namespacedef.h2
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;
};