summaryrefslogtreecommitdiffstats
path: root/src/memberlist.h
diff options
context:
space:
mode:
authordimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-03-24 11:51:51 (GMT)
committerdimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7>2013-03-24 11:51:51 (GMT)
commit92a0f3fc0733931284deebb74a1d36ca7a290bfe (patch)
tree8d5749ba8d587d7b753162c524b18f7e7cdf6a0b /src/memberlist.h
parentf1d6ab7c7698dcc86b0d499aec1eb1f3612209d5 (diff)
downloadDoxygen-92a0f3fc0733931284deebb74a1d36ca7a290bfe.zip
Doxygen-92a0f3fc0733931284deebb74a1d36ca7a290bfe.tar.gz
Doxygen-92a0f3fc0733931284deebb74a1d36ca7a290bfe.tar.bz2
Release-1.8.3.1-20130324
Diffstat (limited to 'src/memberlist.h')
-rw-r--r--src/memberlist.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/memberlist.h b/src/memberlist.h
index e0d948f..ce5a3d2 100644
--- a/src/memberlist.h
+++ b/src/memberlist.h
@@ -56,11 +56,12 @@ class MemberList : public QList<MemberDef>
void countDocMembers(bool countEnumValues=FALSE);
int countInheritableMembers(ClassDef *inheritedFrom) const;
void writePlainDeclarations(OutputList &ol,
- ClassDef *cd,NamespaceDef *nd,FileDef *fd,GroupDef *gd,
+ ClassDef *cd,NamespaceDef *nd,FileDef *fd,
+ GroupDef *gd,const DefinitionIntf::DefType compoundType,
ClassDef *inheritedFrom,const char *inheritId);
void writeDeclarations(OutputList &ol,
ClassDef *cd,NamespaceDef *nd,FileDef *fd,GroupDef *gd,
- const char *title,const char *subtitle,
+ const char *title,const char *subtitle,const DefinitionIntf::DefType compoundType,
bool showEnumValues=FALSE,bool showInline=FALSE,
ClassDef *inheritedFrom=0);
void writeDocumentation(OutputList &ol,const char *scopeName,