--- 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