diff options
author | Dimitri van Heesch <dimitri@stack.nl> | 2012-03-17 20:32:54 (GMT) |
---|---|---|
committer | Dimitri van Heesch <dimitri@stack.nl> | 2012-03-17 20:32:54 (GMT) |
commit | b1800e6e8923c5a1eeefb136103811135d5813bf (patch) | |
tree | 5c9d2280ca0cb07840bfa26ca4dbed5b3225d21f /src/groupdef.h | |
parent | cff8111ed33af6033bd188868964d92ea3503188 (diff) | |
download | Doxygen-b1800e6e8923c5a1eeefb136103811135d5813bf.zip Doxygen-b1800e6e8923c5a1eeefb136103811135d5813bf.tar.gz Doxygen-b1800e6e8923c5a1eeefb136103811135d5813bf.tar.bz2 |
Release-1.8.0
Diffstat (limited to 'src/groupdef.h')
-rw-r--r-- | src/groupdef.h | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/src/groupdef.h b/src/groupdef.h index a55137f..5c83b81 100644 --- a/src/groupdef.h +++ b/src/groupdef.h @@ -68,15 +68,9 @@ class GroupDef : public Definition void writeDocumentation(OutputList &ol); void writeMemberPages(OutputList &ol); void writeQuickMemberLinks(OutputList &ol,MemberDef *currentMd) const; - int countMembers() const; - bool isLinkableInProject() const - { - return !isReference(); - } - bool isLinkable() const - { - return TRUE; - } + int countMembers() const; + bool isLinkableInProject() const; + bool isLinkable() const; bool isASubGroup() const; void computeAnchors(); |