Commit 1557ef25 authored by albert-github's avatar albert-github

Bug 715172 - Consistently document Fortran's equivalent function bodies

Although controversioal but for consistency converted type for fortran functions to lowercase
parent 58058025
......@@ -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