--- a/Utilities/ClassBrowsers/idlclbr.py Sat Sep 05 13:49:08 2015 +0200 +++ b/Utilities/ClassBrowsers/idlclbr.py Sat Sep 05 15:13:13 2015 +0200 @@ -84,8 +84,8 @@ | (?P<End> [ \t]* } [ \t]* ; - ) -""", re.VERBOSE | re.DOTALL | re.MULTILINE).search # __IGNORE_WARNING__ + )""", + re.VERBOSE | re.DOTALL | re.MULTILINE).search # function to replace comments _commentsub = re.compile(r"""//[^\n]*\n|//[^\n]*$""").sub