summaryrefslogtreecommitdiffstats
path: root/src/context.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2014-01-26 14:05:34 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2014-01-26 14:05:34 (GMT)
commit0e9da9fb27147c5685088019afd428a0aaa901fa (patch)
tree6600d9ebf2ecf2824475d495751e2f950417ee49 /src/context.cpp
parentbc7e6301e2d1474592f6cd6cc07624852d1b5016 (diff)
downloadDoxygen-0e9da9fb27147c5685088019afd428a0aaa901fa.zip
Doxygen-0e9da9fb27147c5685088019afd428a0aaa901fa.tar.gz
Doxygen-0e9da9fb27147c5685088019afd428a0aaa901fa.tar.bz2
Bug 722759 - Documentation for derived classes no longer has an "Additional Inherited Members" section after upgrading Doxygen from 1.8.3.1 to 1.8.6
Diffstat (limited to 'src/context.cpp')
-rw-r--r--src/context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/context.cpp b/src/context.cpp
index 02a5212..89b8e0e 100644
--- a/src/context.cpp
+++ b/src/context.cpp
@@ -6168,7 +6168,7 @@ void InheritedMemberInfoListContext::addMemberList(
ClassDef *cd,MemberListType lt,const QCString &title,bool additionalList)
{
QPtrDict<void> visited(17);
- bool memberInSection = cd->countMembersIncludingGrouped(lt,cd,FALSE);
+ bool memberInSection = cd->countMembersIncludingGrouped(lt,cd,FALSE)>0;
bool show = (additionalList && !memberInSection) || // inherited member to show in the additional inherited members list
(!additionalList && memberInSection); // inherited member to show in a member list of the class
//printf("%s:%s show=%d\n",cd->name().data(),MemberList::listTypeAsString(lt).data(),show);