Skip to content

Commit

Permalink
bug_772405 *_AUTOBRIEF=YES gobbles end of paragraph from brief
Browse files Browse the repository at this point in the history
A mainpage has no brief description, so all information should directly land in the detailed description section.
  • Loading branch information
albert-github committed Dec 8, 2021
1 parent 9c07ff6 commit 37c226f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commentscan.l
Original file line number Diff line number Diff line change
Expand Up @@ -2143,6 +2143,7 @@ static bool handleMainpage(yyscan_t yyscanner,const QCString &, const StringVect
{
yyextra->current->name = "mainpage";
}
setOutput(yyscanner,OutputDoc);
BEGIN( PageDocArg2 );
return stop;
}
Expand Down

0 comments on commit 37c226f

Please sign in to comment.