Commit 513ce9aa authored by Dimitri van Heesch's avatar Dimitri van Heesch

Bug 726219 - python3 import style causes doxygen to ignore some inheritances

parent 01583f46
......@@ -645,6 +645,8 @@ STARTDOCSYMS "##"
}
<FromMod>{
"." { // python3 style imports
}
{IDENTIFIER}({B}"."{B}{IDENTIFIER})* { // from package import
g_packageName=yytext;
}
......
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