diff options
-rw-r--r-- | src/commentscan.l | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commentscan.l b/src/commentscan.l index 665360c..364b614 100644 --- a/src/commentscan.l +++ b/src/commentscan.l @@ -3208,6 +3208,7 @@ bool parseCommentBlock(/* in */ ParserInterface *parser, g_memberGroupId==DOX_NOGROUP) // @name section but no group started yet { openGroup(current,yyFileName,yyLineNr); + g_openCount--; } Debug::print(Debug::CommentScan,0,"-----------\nCommentScanner: %s:%d\noutput=[\n" |