diff -r 866adc8c315b -r 0acf98cd089a eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html --- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Mon Feb 01 10:38:16 2021 +0100 @@ -92,18 +92,18 @@ <dd> string containing the code to compile (string) </dd> -<dt><i>checkFlakes=</i></dt> +<dt><i>checkFlakes</i></dt> <dd> flag indicating to do a pyflakes check (boolean) </dd> -<dt><i>ignoreStarImportWarnings=</i></dt> +<dt><i>ignoreStarImportWarnings</i></dt> <dd> flag indicating to ignore 'star import' warnings (boolean) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings @@ -128,21 +128,21 @@ <dd> line to extract flags from (string) </dd> -<dt><i>startComment=</i></dt> +<dt><i>startComment</i></dt> <dd> string identifying the start of the comment (string) </dd> -<dt><i>endComment=</i></dt> +<dt><i>endComment</i></dt> <dd> string identifying the end of a comment (string) </dd> -<dt><i>flagsLine=</i></dt> +<dt><i>flagsLine</i></dt> <dd> flag indicating to check for a flags only line (bool) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the extracted flags (list of strings) </dd> @@ -158,7 +158,7 @@ Initialize the batch service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client (function) </dd> @@ -174,7 +174,7 @@ Initialize the service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client (function) </dd> @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized code (string) </dd> @@ -257,18 +257,18 @@ <dd> string containing the code to compile (string) </dd> -<dt><i>checkFlakes=</i></dt> +<dt><i>checkFlakes</i></dt> <dd> flag indicating to do a pyflakes check (boolean) </dd> -<dt><i>ignoreStarImportWarnings=</i></dt> +<dt><i>ignoreStarImportWarnings</i></dt> <dd> flag indicating to ignore 'star import' warnings (boolean) </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings