--- a/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Sat May 17 18:48:13 2014 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py Sat May 17 18:53:04 2014 +0200 @@ -1240,8 +1240,7 @@ self.__error(docstringContext.start() + lineNumber, 0, "D232", 'private') elif functionName.startswith('_') or \ - functionName.endswith('Event') or \ - functionName in ['event', 'eventFilter']: + functionName.endswith('Event'): if firstWord != 'protected': self.__error(docstringContext.start() + lineNumber, 0, "D232", 'protected')