summaryrefslogtreecommitdiffstats
path: root/src/memberlist.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2013-07-29 20:10:05 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2013-08-01 19:25:14 (GMT)
commit1f22d19e7953fb9cdf0b6289a461d7d8f320e917 (patch)
tree39b389e94c68797a29fb51d79f2d77ccfac738e7 /src/memberlist.h
parent1f5147ee4343415bcda7ba9995d78f5923e49313 (diff)
downloadDoxygen-1f22d19e7953fb9cdf0b6289a461d7d8f320e917.zip
Doxygen-1f22d19e7953fb9cdf0b6289a461d7d8f320e917.tar.gz
Doxygen-1f22d19e7953fb9cdf0b6289a461d7d8f320e917.tar.bz2
Bug 704412 - doxygen don't hide private Inherited Members
Diffstat (limited to 'src/memberlist.h')
-rw-r--r--src/memberlist.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/memberlist.h b/src/memberlist.h
index ce5a3d2..7241258 100644
--- a/src/memberlist.h
+++ b/src/memberlist.h
@@ -36,7 +36,7 @@ class MemberList : public QList<MemberDef>
MemberList(MemberListType lt);
~MemberList();
MemberListType listType() const { return m_listType; }
- QCString listTypeAsString() const;
+ QCString listTypeAsString(MemberListType type) const;
bool insert(uint index,const MemberDef *md);
void inSort(const MemberDef *md);
void append(const MemberDef *md);
@@ -63,7 +63,7 @@ class MemberList : public QList<MemberDef>
ClassDef *cd,NamespaceDef *nd,FileDef *fd,GroupDef *gd,
const char *title,const char *subtitle,const DefinitionIntf::DefType compoundType,
bool showEnumValues=FALSE,bool showInline=FALSE,
- ClassDef *inheritedFrom=0);
+ ClassDef *inheritedFrom=0,MemberListType lt=MemberListType_pubMethods);
void writeDocumentation(OutputList &ol,const char *scopeName,
Definition *container,const char *title,bool showEnumValues=FALSE,bool showInline=FALSE);
void writeSimpleDocumentation(OutputList &ol,Definition *container);