Commit 759a19a0 authored by albert-github's avatar albert-github

Bug 706520 - Fortran: in body documentation lands on wrong place

In some cases, in propriety code, with in body Fortran documentation doxygen crashed.
I REOPENED Bug_706520 for this
parent c375fe1a
......@@ -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