Commit aa01d206 authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge branch 'master' of github.com:doxygen/doxygen

parents db905733 88ba85ae
......@@ -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