Commit 17c5b616 authored by albert-github's avatar albert-github

Bug 643618 - Fortran: variable with name "type" confuses Doxygen

Most problems were solved in version 1.8.5 but the underscore character (_) had not been incorporated, this is done with this patch.
parent 8eeaae0b
......@@ -567,7 +567,7 @@ SCOPENAME ({ID}{BS}"::"{BS})*
/*------- type definition -------------------------------------------------------------------------------*/
<Start,ModuleBody>^{BS}type/[^a-z0-9] {
<Start,ModuleBody>^{BS}type/[^a-z0-9_] {
if(YY_START == Start)
{
addModule(NULL);
......
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