src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html

branch
eric7
changeset 10479
856476537696
parent 10341
3fdffd9cc21d
--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,24 +7,22 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax</h1>
-
 <p>
 Module implementing the syntax check for JSON.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#__jsonSyntaxCheck">__jsonSyntaxCheck</a></td>
 <td>Function to check a JSON source file for syntax errors.</td>
@@ -50,15 +48,16 @@
 <td>Module function acting as the parallel worker for the syntax check.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="__jsonSyntaxCheck" ID="__jsonSyntaxCheck"></a>
 <h2>__jsonSyntaxCheck</h2>
 <b>__jsonSyntaxCheck</b>(<i>file, codestring</i>)
-
 <p>
     Function to check a JSON source file for syntax errors.
 </p>
+
 <dl>
 
 <dt><i>file</i> (str)</dt>
@@ -90,10 +89,10 @@
 <a NAME="initBatchService" ID="initBatchService"></a>
 <h2>initBatchService</h2>
 <b>initBatchService</b>(<i></i>)
-
 <p>
     Initialize the batch service and return the entry point.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -112,10 +111,10 @@
 <a NAME="initService" ID="initService"></a>
 <h2>initService</h2>
 <b>initService</b>(<i></i>)
-
 <p>
     Initialize the service and return the entry point.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -134,10 +133,10 @@
 <a NAME="jsonSyntaxBatchCheck" ID="jsonSyntaxBatchCheck"></a>
 <h2>jsonSyntaxBatchCheck</h2>
 <b>jsonSyntaxBatchCheck</b>(<i>argumentsList, send, fx, cancelled, maxProcesses=0</i>)
-
 <p>
     Module function to check syntax for a batch of files.
 </p>
+
 <dl>
 
 <dt><i>argumentsList</i> (list)</dt>
@@ -167,10 +166,10 @@
 <a NAME="jsonSyntaxCheck" ID="jsonSyntaxCheck"></a>
 <h2>jsonSyntaxCheck</h2>
 <b>jsonSyntaxCheck</b>(<i>file, codestring</i>)
-
 <p>
     Function to check a JSON source file for syntax errors.
 </p>
+
 <dl>
 
 <dt><i>file</i> (str)</dt>
@@ -202,10 +201,10 @@
 <a NAME="workerTask" ID="workerTask"></a>
 <h2>workerTask</h2>
 <b>workerTask</b>(<i>inputQueue, outputQueue</i>)
-
 <p>
     Module function acting as the parallel worker for the syntax check.
 </p>
+
 <dl>
 
 <dt><i>inputQueue</i> (multiprocessing.Queue)</dt>
@@ -219,4 +218,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial