Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py

changeset 3171
2c37b9a37b2d
parent 3165
400234200cd6
child 3178
f25fc1364c88
--- 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")
         

eric ide

mercurial