--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html Sat Apr 10 16:13:07 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleStatisticsDialog.html Sat Apr 10 16:13:22 2021 +0200 @@ -94,35 +94,36 @@ </p> <dl> -<dt><i>statistics</i></dt> +<dt><i>statistics</i> (dict)</dt> <dd> dictionary with the statistical data </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="CodeStyleStatisticsDialog.__createItem" ID="CodeStyleStatisticsDialog.__createItem"></a> <h4>CodeStyleStatisticsDialog.__createItem</h4> -<b>__createItem</b>(<i>count, code, message</i>) +<b>__createItem</b>(<i>counts, code, message</i>) <p> Private method to create an entry in the result list. </p> <dl> -<dt><i>count</i></dt> -<dd> -occurrences of the issue (integer) -</dd> -<dt><i>code</i></dt> +<dt><i>counts</i> (dict)</dt> <dd> -of a code style issue message (string) +dictionary containing the total and ignored occurrences + of the issue </dd> -<dt><i>message</i></dt> +<dt><i>code</i> (str)</dt> <dd> -code style issue message to be shown (string) +of a code style issue message +</dd> +<dt><i>message</i> (str)</dt> +<dd> +code style issue message to be shown </dd> </dl> <div align="right"><a href="#top">Up</a></div>