--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html Fri Nov 24 14:59:26 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html Sat Nov 25 18:19:21 2023 +0100 @@ -73,16 +73,15 @@ <dl> <dt>Return:</dt> <dd> -dictionary with the keys 'error' and 'warnings' which - hold a list containing details about the error/ warnings - (file name, line number, column, codestring (only at syntax - errors), the message, a list with arguments for the message) +list of dictionaries with the key 'error' which contain a tuple with + details about the syntax error. Each tuple contains the file name, line + number, column, code string and the error message. </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -dict +list of dict </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -104,7 +103,7 @@ <dl> <dt>Return Type:</dt> <dd> -func +function </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -126,7 +125,7 @@ <dl> <dt>Return Type:</dt> <dd> -func +function </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -143,9 +142,9 @@ <dt><i>argumentsList</i> (list)</dt> <dd> -list of arguments tuples as given for yamlSyntaxCheck +list of arguments tuples as given for jsonSyntaxCheck </dd> -<dt><i>send</i> (func)</dt> +<dt><i>send</i> (function)</dt> <dd> reference to send function </dd> @@ -153,7 +152,7 @@ <dd> registered service name </dd> -<dt><i>cancelled</i> (func)</dt> +<dt><i>cancelled</i> (function)</dt> <dd> reference to function checking for a cancellation </dd> @@ -186,16 +185,15 @@ <dl> <dt>Return:</dt> <dd> -dictionary with the keys 'error' and 'warnings' which - hold a list containing details about the error/ warnings - (file name, line number, column, codestring (only at syntax - errors), the message, a list with arguments for the message) +list of dictionaries with the key 'error' which contain a tuple with + details about the syntax error. Each tuple contains the file name, line + number, column, code string and the error message. </dd> </dl> <dl> <dt>Return Type:</dt> <dd> -dict +list of dict </dd> </dl> <div align="right"><a href="#top">Up</a></div>