Commit 88ba85ae authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #59 from albert-github/feature/bug_715172

Bug 715172 - Consistently document Fortran's equivalent function bodies
parents bdbc5d8a 1557ef25
......@@ -944,7 +944,7 @@ private {
}
// TYPE_SPEC is for old function style function result
result = QCString(yytext).stripWhiteSpace();
result = QCString(yytext).stripWhiteSpace().lower();
current->type = result;
yy_push_state(SubprogPrefix);
}
......
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