diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-03-24 20:39:59 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2010-03-24 20:39:59 (GMT) |
commit | 707831ea739af5ae137c9cc1d04e3ffbbde11a6a (patch) | |
tree | 1e47a4443afb2ec61f032669050ee1b8834baa8d /src/namespacedef.h | |
parent | 23b0a90048405fda4e4304052c3c1277c33a6a2b (diff) | |
download | Doxygen-707831ea739af5ae137c9cc1d04e3ffbbde11a6a.zip Doxygen-707831ea739af5ae137c9cc1d04e3ffbbde11a6a.tar.gz Doxygen-707831ea739af5ae137c9cc1d04e3ffbbde11a6a.tar.bz2 |
Release-1.6.3-20100324
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; }; |