Commit 4c707ade authored by Dimitri van Heesch's avatar Dimitri van Heesch

Merge pull request #135 from albert-github/feature/bug_643618

Bug 643618 - Fortran: variable with name "type" confuses Doxygen
parents d71be826 17c5b616
......@@ -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