From 513ce9aafd05add9b5c1e67e843e540f8937cf63 Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 12 Apr 2014 16:04:16 +0200 Subject: Bug 726219 - python3 import style causes doxygen to ignore some inheritances --- src/pyscanner.l | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pyscanner.l b/src/pyscanner.l index d239d49..c67875e 100644 --- a/src/pyscanner.l +++ b/src/pyscanner.l @@ -645,6 +645,8 @@ STARTDOCSYMS "##" } { + "." { // python3 style imports + } {IDENTIFIER}({B}"."{B}{IDENTIFIER})* { // from package import g_packageName=yytext; } -- cgit v0.12