summaryrefslogtreecommitdiffstats
path: root/src/commentscan.l
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2019-06-16 11:02:19 (GMT)
committerGitHub <noreply@github.com>2019-06-16 11:02:19 (GMT)
commit4628578fe856f3ccfe3ade8f702671bfa1854566 (patch)
tree5ad1fdef5d6bff644091abc6415bb51e4277fba1 /src/commentscan.l
parent19f6c6af35eec305ba58838cd8a416bf0fa64341 (diff)
parent268721df2152dc5909498391867cdc07cce08b10 (diff)
downloadDoxygen-4628578fe856f3ccfe3ade8f702671bfa1854566.zip
Doxygen-4628578fe856f3ccfe3ade8f702671bfa1854566.tar.gz
Doxygen-4628578fe856f3ccfe3ade8f702671bfa1854566.tar.bz2
Merge pull request #7054 from albert-github/feature/regr_6945
Missing brief descriptions with `\defgroup`
Diffstat (limited to 'src/commentscan.l')
-rw-r--r--src/commentscan.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/commentscan.l b/src/commentscan.l
index c32917a..b3902fc 100644
--- a/src/commentscan.l
+++ b/src/commentscan.l
@@ -2369,6 +2369,7 @@ static bool handleDefGroup(const QCString &, const QCStringList &)
{
bool stop=makeStructuralIndicator(Entry::GROUPDOC_SEC);
current->groupDocType = Entry::GROUPDOC_NORMAL;
+ setOutput(OutputBrief);
BEGIN( GroupDocArg1 );
return stop;
}