diff -r f6881d10e995 -r 2f70ca07f0af src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Fri Dec 22 17:24:07 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Fri Dec 22 19:45:17 2023 +0100 @@ -118,9 +118,9 @@ </p> <dl> -<dt><i>options</i></dt> +<dt><i>options</i> (optparse.Values)</dt> <dd> -options for the report (optparse.Values) +options for the report </dd> </dl> <a NAME="CodeStyleCheckerReport.error_args" ID="CodeStyleCheckerReport.error_args"></a> @@ -132,31 +132,37 @@ </p> <dl> -<dt><i>line_number</i></dt> +<dt><i>line_number</i> (int)</dt> <dd> -line number of the issue (integer) +line number of the issue </dd> -<dt><i>offset</i></dt> +<dt><i>offset</i> (int)</dt> <dd> -position within line of the issue (integer) +position within line of the issue </dd> -<dt><i>errorCode</i></dt> +<dt><i>errorCode</i> (str)</dt> <dd> -error message code (string) +error message code </dd> -<dt><i>check</i></dt> +<dt><i>check</i> (function)</dt> <dd> -reference to the checker function (function) +reference to the checker function </dd> -<dt><i>args</i></dt> +<dt><i>args</i> (list)</dt> <dd> -arguments for the message (list) +arguments for the message </dd> </dl> <dl> <dt>Return:</dt> <dd> -error code (string) +error code +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -343,27 +349,33 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (str)</dt> <dd> -line to extract flags from (string) +line to extract flags from </dd> -<dt><i>startComment</i></dt> +<dt><i>startComment</i> (str)</dt> <dd> -string identifying the start of the comment (string) +string identifying the start of the comment </dd> -<dt><i>endComment</i></dt> +<dt><i>endComment</i> (str)</dt> <dd> -string identifying the end of a comment (string) +string identifying the end of a comment </dd> -<dt><i>flagsLine</i></dt> +<dt><i>flagsLine</i> (bool)</dt> <dd> -flag indicating to check for a flags only line (bool) +flag indicating to check for a flags only line </dd> </dl> <dl> <dt>Return:</dt> <dd> -list containing the extracted flags (list of strings) +list containing the extracted flags +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -412,7 +424,13 @@ <dl> <dt>Return:</dt> <dd> -the entry point for the background client (function) +the entry point for the background client +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +function </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -428,7 +446,13 @@ <dl> <dt>Return:</dt> <dd> -the entry point for the background client (function) +the entry point for the background client +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +function </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -476,13 +500,13 @@ </p> <dl> -<dt><i>inputQueue</i></dt> +<dt><i>inputQueue</i> (multiprocessing.Queue)</dt> <dd> -input queue (multiprocessing.Queue) +input queue </dd> -<dt><i>outputQueue</i></dt> +<dt><i>outputQueue</i> (multiprocessing.Queue)</dt> <dd> -output queue (multiprocessing.Queue) +output queue </dd> </dl> <div align="right"><a href="#top">Up</a></div>