diff options
Diffstat (limited to 'src')
-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 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; } |