Skip to content

Commit

Permalink
Bug 726219 - python3 import style causes doxygen to ignore some inher…
Browse files Browse the repository at this point in the history
…itances
  • Loading branch information
Dimitri van Heesch committed Apr 12, 2014
1 parent 01583f4 commit 513ce9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pyscanner.l
Expand Up @@ -645,6 +645,8 @@ STARTDOCSYMS "##"
}
<FromMod>{
"." { // python3 style imports
}
{IDENTIFIER}({B}"."{B}{IDENTIFIER})* { // from package import
g_packageName=yytext;
}
Expand Down

0 comments on commit 513ce9a

Please sign in to comment.