summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <dimitri@stack.nl>2015-04-12 13:16:01 (GMT)
committerDimitri van Heesch <dimitri@stack.nl>2015-04-12 13:16:01 (GMT)
commit50a329c056a2676608f30321a3207ff17ab20abb (patch)
treef37805839a50486ff800bb677cc1ce000b4ca061 /src/commentscan.l
parent87d63bb9ba59d8e213107d56971c96d968ef4c00 (diff)
downloadDoxygen-50a329c056a2676608f30321a3207ff17ab20abb.zip
Doxygen-50a329c056a2676608f30321a3207ff17ab20abb.tar.gz
Doxygen-50a329c056a2676608f30321a3207ff17ab20abb.tar.bz2
Bug 746226 - last enum member not documented
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index 23fd34a..54adbd8 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -3114,7 +3114,7 @@ void closeGroup(Entry *e,const char *fileName,int,bool foundInline)
g_memberGroupId=DOX_NOGROUP;
g_memberGroupRelates.resize(0);
g_memberGroupDocs.resize(0);
- e->mGrpId=DOX_NOGROUP;
+ if (!foundInline) e->mGrpId=DOX_NOGROUP;
//printf("new group id=%d\n",g_memberGroupId);
}
else if (!g_autoGroupStack.isEmpty()) // end of auto group