Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py

changeset 3588
ce1f00c0d96d
parent 3587
e2f10b5fd032
child 3589
48aded8560dc
--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py	Sat May 17 18:40:33 2014 +0200
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py	Sat May 17 18:48:13 2014 +0200
@@ -1241,7 +1241,7 @@
                                  "D232", 'private')
             elif functionName.startswith('_') or \
                 functionName.endswith('Event') or \
-                    functionName == 'event':
+                    functionName in ['event', 'eventFilter']:
                 if firstWord != 'protected':
                     self.__error(docstringContext.start() + lineNumber, 0,
                              "D232", 'protected')

eric ide

mercurial