summaryrefslogtreecommitdiffstats
path: root/src/groupdef.h
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2001-10-07 14:42:40 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2001-10-07 14:42:40 (GMT)
commitbbd28a0ff4c70dccb9729e6ce515c08fc4756272 (patch)
treed8a25d9352ffbba6e6fc08e678d7465211198851 /src/groupdef.h
parent9e4e94fbabe856b8de4041ff2a27524f923343dc (diff)
downloadDoxygen-bbd28a0ff4c70dccb9729e6ce515c08fc4756272.zip
Doxygen-bbd28a0ff4c70dccb9729e6ce515c08fc4756272.tar.gz
Doxygen-bbd28a0ff4c70dccb9729e6ce515c08fc4756272.tar.bz2
Release-1.2.11.1
Diffstat (limited to 'src/groupdef.h')
-rw-r--r--src/groupdef.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/groupdef.h b/src/groupdef.h
index b4a446e..0adc59d 100644
--- a/src/groupdef.h
+++ b/src/groupdef.h
@@ -36,7 +36,7 @@ class OutputList;
class NamespaceList;
class MemberGroupList;
class MemberGroupDict;
-class MemberNameInfoDict;
+class MemberNameInfoSDict;
class PageSDict;
class PageInfo;
@@ -64,11 +64,11 @@ class GroupDef : public Definition
int countMembers() const;
bool isLinkableInProject() const
{
- return hasDocumentation() && !isReference();
+ return !isReference();
}
bool isLinkable() const
{
- return isLinkableInProject() || isReference();
+ return TRUE;
}
bool isASubGroup() const;
void computeAnchors();
@@ -97,7 +97,7 @@ class GroupDef : public Definition
PageSDict *exampleDict; // list of examples in the group
MemberList *allMemberList;
- MemberNameInfoDict *allMemberNameInfoDict;
+ MemberNameInfoSDict *allMemberNameInfoSDict;
// members in the declaration part of the documentation
MemberList decDefineMembers;