Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py

changeset 5737
6820ae39114e
parent 5725
671561c52802
child 5762
76ef5f340007
--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Sat May 13 16:32:54 2017 +0200
+++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleChecker.py	Sat May 13 16:34:04 2017 +0200
@@ -114,6 +114,8 @@
     @type str
     @param lineFlags list of line flags to check against
     @type list of str
+    @return flag indicating to ignore the code
+    @rtype bool
     """
     if lineFlags:
         

eric ide

mercurial