diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2016-07-30 13:33:28 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2016-07-30 13:33:28 (GMT) |
commit | 5af8d5e87657a2d3986783493c618df335b3771c (patch) | |
tree | 6024dd748c507b0280ad3ce01f53667d0a2fa08f /src/memberdef.h | |
parent | 98f0816fc000c39f770523b29c68eb68d6ef06d5 (diff) | |
download | Doxygen-5af8d5e87657a2d3986783493c618df335b3771c.zip Doxygen-5af8d5e87657a2d3986783493c618df335b3771c.tar.gz Doxygen-5af8d5e87657a2d3986783493c618df335b3771c.tar.bz2 |
Style fixes and added numbering to overloaded members
Diffstat (limited to 'src/memberdef.h')
-rw-r--r-- | src/memberdef.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memberdef.h b/src/memberdef.h index 19a37ea..cda1baf 100644 --- a/src/memberdef.h +++ b/src/memberdef.h @@ -380,7 +380,7 @@ class MemberDef : public Definition void writeDeclaration(OutputList &ol, ClassDef *cd,NamespaceDef *nd,FileDef *fd,GroupDef *gd, bool inGroup, ClassDef *inheritFrom=0,const char *inheritId=0); - void writeDocumentation(MemberList *ml,OutputList &ol, + void writeDocumentation(MemberList *ml,int memCount,int memTotal,OutputList &ol, const char *scopeName,Definition *container, bool inGroup,bool showEnumValues=FALSE,bool showInline=FALSE); |