summaryrefslogtreecommitdiffstats
path: root/src/classdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-10-07 14:42:40 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-10-07 14:42:40 (GMT)
commitbbd28a0ff4c70dccb9729e6ce515c08fc4756272 (patch)
treed8a25d9352ffbba6e6fc08e678d7465211198851 /src/classdef.h
parent9e4e94fbabe856b8de4041ff2a27524f923343dc (diff)
downloadDoxygen-bbd28a0ff4c70dccb9729e6ce515c08fc4756272.zip
Doxygen-bbd28a0ff4c70dccb9729e6ce515c08fc4756272.tar.gz
Doxygen-bbd28a0ff4c70dccb9729e6ce515c08fc4756272.tar.bz2
Release-1.2.11.1
Diffstat (limited to 'src/classdef.h')
-rw-r--r--src/classdef.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/classdef.h b/src/classdef.h
index 95450c3..5756c9f 100644
--- a/src/classdef.h
+++ b/src/classdef.h
@@ -100,6 +100,7 @@ class ClassDef : public Definition
MemberNameInfoSDict *memberNameInfoSDict() { return m_allMemberNameInfoSDict; }
void writeDocumentation(OutputList &ol);
+ void writeDocumentationForInnerClasses(OutputList &ol);
void writeMemberList(OutputList &ol);
void writeDeclaration(OutputList &ol,MemberDef *md,bool inGroup);