--- a/Orb/Doxygen/src/namespacedef.h Fri Apr 23 20:47:58 2010 +0100
+++ b/Orb/Doxygen/src/namespacedef.h Wed Aug 11 14:49:30 2010 +0100
@@ -2,7 +2,7 @@
*
*
*
- * Copyright (C) 1997-2008 by Dimitri van Heesch.
+ * Copyright (C) 1997-2010 by Dimitri van Heesch.
*
* Permission to use, copy, modify, and distribute this software and its
* documentation under the terms of the GNU General Public License is hereby
@@ -102,6 +102,7 @@
void writeAuthorSection(OutputList &ol);
void startMemberDocumentation(OutputList &ol);
void endMemberDocumentation(OutputList &ol);
+ void writeSummaryLinks(OutputList &ol);
QCString fileName;
QStrList files;
@@ -156,6 +157,7 @@
);
}
void writeDeclaration(OutputList &ol,const char *title,bool localName=FALSE);
+ bool declVisible() const;
};