--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Sat Jan 04 18:09:21 2014 +0100 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py Sat Jan 04 18:39:24 2014 +0100 @@ -43,6 +43,8 @@ brackets (boolean) @keyparam docType type of the documentation strings (string, one of 'eric' or 'pep257') + @exception AssertionError raised if the docType argument is not + "eric" or "pep257" """ assert docType in ("eric", "pep257")