Utilities/ClassBrowsers/pyclbr.py

changeset 6815
b1b833693a38
parent 6813
7f4cfe76b90c
--- a/Utilities/ClassBrowsers/pyclbr.py	Sun Feb 24 12:13:56 2019 +0100
+++ b/Utilities/ClassBrowsers/pyclbr.py	Sun Feb 24 13:01:43 2019 +0100
@@ -31,7 +31,7 @@
 _getnext = re.compile(
     r"""
     (?P<String>
-        \#[^\n]*$   # Ignore triple quotes in comments
+        \# .*? $   # ignore everything in comments
     |
         \""" [^"\\]* (?:
                         (?: \\. | "(?!"") )

eric ide

mercurial