--- a/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Sat May 17 19:58:49 2014 +0200 +++ b/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleCheckerDialog.py Sun May 18 14:13:09 2014 +0200 @@ -367,7 +367,7 @@ def check(self, codestring='', onlyFixes={}): """ - Start a style check for one file. + Public method to start a style check for one file. The results are reported to the __processResult slot. @@ -429,7 +429,7 @@ def __processResult(self, fn, codeStyleCheckerStats, fixes, results): """ - Privat slot called after perfoming a style check on one file. + Private slot called after perfoming a style check on one file. @param fn filename of the just checked file (str) @param codeStyleCheckerStats stats of style and name check (dict)