diff options
author | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-03-19 17:44:21 (GMT) |
---|---|---|
committer | dimitri <dimitri@afe2bf4a-e733-0410-8a33-86f594647bc7> | 2000-03-19 17:44:21 (GMT) |
commit | 4677c707462be2cc359e8a10ade803edbfe7b7fa (patch) | |
tree | cf16207c2ec24e065b19418ceabdc18560052288 /src/memberdef.h | |
parent | 46bfc5b58c1893206fea8be057c4321fdf9870da (diff) | |
download | Doxygen-4677c707462be2cc359e8a10ade803edbfe7b7fa.zip Doxygen-4677c707462be2cc359e8a10ade803edbfe7b7fa.tar.gz Doxygen-4677c707462be2cc359e8a10ade803edbfe7b7fa.tar.bz2 |
Release 1.1.1-20000319
Diffstat (limited to 'src/memberdef.h')
-rw-r--r-- | src/memberdef.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/memberdef.h b/src/memberdef.h index 2cce60d..928c039 100644 --- a/src/memberdef.h +++ b/src/memberdef.h @@ -109,9 +109,7 @@ class MemberDef : public Definition void setMemberClass(ClassDef *cd) { classDef=cd; } void makeRelated() { related=TRUE; } void setGroupDef(GroupDef *gd) { group=gd; } - bool hasDocumentation() // overrides hasDocumentation in definition.h - { return Definition::hasDocumentation(); } - + bool hasDocumentation(); // overrides hasDocumentation in definition.h bool isLinkableInProject(); bool isLinkable(); @@ -242,6 +240,7 @@ class MemberDef : public Definition int grpId; // group id QCString grpHeader; // group header MemberGroup *memberGroup; // group's member definition + GroupDef *group; // group in which this member is in // disable copying of member defs |