diff -r 51f0d3e047ec -r fc5d68a6889e eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html --- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Sat Apr 10 16:13:07 2021 +0200 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Sat Apr 10 16:13:22 2021 +0200 @@ -84,22 +84,22 @@ </p> <dl> -<dt><i>filename</i></dt> +<dt><i>filename</i> (str)</dt> <dd> -source filename (string) +source filename </dd> -<dt><i>codestring</i></dt> +<dt><i>codestring</i> (str)</dt> <dd> -string containing the code to compile (string) +string containing the code to compile </dd> -<dt><i>checkFlakes</i></dt> +<dt><i>checkFlakes</i> (bool)</dt> <dd> -flag indicating to do a pyflakes check (boolean) +flag indicating to do a pyflakes check </dd> -<dt><i>ignoreStarImportWarnings</i></dt> +<dt><i>ignoreStarImportWarnings</i> (bool)</dt> <dd> flag indicating to - ignore 'star import' warnings (boolean) + ignore 'star import' warnings </dd> </dl> <dl> @@ -111,6 +111,12 @@ errors), the message, a list with arguments for the message) </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +dict +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />