Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py

changeset 3591
2f2a4a76dd22
parent 3515
1b8381afe38f
child 3618
49e7fbd66ef9
--- a/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sat May 17 19:58:49 2014 +0200
+++ b/Plugins/CheckerPlugins/SyntaxChecker/SyntaxCheckerDialog.py	Sun May 18 14:13:09 2014 +0200
@@ -174,7 +174,7 @@
     
     def check(self, codestring=''):
         """
-        Start a check for one file.
+        Public method to start a check for one file.
         
         The results are reported to the __processResult slot.
         @keyparam codestring optional sourcestring (str)
@@ -211,7 +211,7 @@
 
     def __processResult(self, fn, problems):
         """
-        Slot to display the reported messages.
+        Private slot to display the reported messages.
         
         @param fn filename of the checked file (str)
         @param problems dictionary with the keys 'error' and 'warnings' which

eric ide

mercurial