summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-07-30 12:49:27 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2019-07-30 12:49:27 (GMT)
commit061955f3eedea881c906626bed4bc71da3e73355 (patch)
treeae0e37afe6706ee2dc326db2d4110a0954239d69 /src/commentscan.l
parent6c2946ad3265075b63a952b75716844af47bcfac (diff)
parente1e135b8a3a75986240e972686bcc5ad3e4f185c (diff)
downloadDoxygen-061955f3eedea881c906626bed4bc71da3e73355.zip
Doxygen-061955f3eedea881c906626bed4bc71da3e73355.tar.gz
Doxygen-061955f3eedea881c906626bed4bc71da3e73355.tar.bz2
Merge branch 'feature/regr_7105_2' of https://github.com/albert-github/doxygen into albert-github-feature/regr_7105_2
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 5e9bfd7..a52821c 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -3195,7 +3195,7 @@ bool parseCommentBlock(/* in */ ParserInterface *parser,
if (current->section==Entry::MEMBERGRP_SEC &&
Doxygen::docGroup.isEmpty()) // @name section but no group started yet
{
- Doxygen::docGroup.open(current,yyFileName,yyLineNr);
+ Doxygen::docGroup.open(current,yyFileName,yyLineNr,true);
}
Debug::print(Debug::CommentScan,0,"-----------\nCommentScanner: %s:%d\noutput=[\n"