Commit 9bba9e47 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #29 from albert-github/feature/bug_706520_2

Bug 706520 - Fortran: in body documentation lands on wrong place
parents a82ce326 759a19a0
......@@ -2109,7 +2109,7 @@ static void handleCommentBlock(const QCString &doc,bool brief)
int lineNr = brief ? current->briefLine : current->docLine;
while (parseCommentBlock(
g_thisParser,
docBlockInBody ? last_entry : current,
docBlockInBody ? subrCurrent.first() : current,
doc, // text
yyFileName, // file
lineNr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment