--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html Fri Nov 11 17:14:21 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html Fri Nov 11 17:49:06 2022 +0100 @@ -46,10 +46,6 @@ <td>Function to check a JSON source file for syntax errors.</td> </tr> <tr> -<td><a href="#normalizeCode">normalizeCode</a></td> -<td>Function to normalize the given code.</td> -</tr> -<tr> <td><a href="#workerTask">workerTask</a></td> <td>Module function acting as the parallel worker for the syntax check.</td> </tr> @@ -205,35 +201,6 @@ <div align="right"><a href="#top">Up</a></div> <hr /> <hr /> -<a NAME="normalizeCode" ID="normalizeCode"></a> -<h2>normalizeCode</h2> -<b>normalizeCode</b>(<i>codestring</i>) - -<p> - Function to normalize the given code. -</p> -<dl> - -<dt><i>codestring</i> (str)</dt> -<dd> -code to be normalized -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -normalized code -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -str -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> <a NAME="workerTask" ID="workerTask"></a> <h2>workerTask</h2> <b>workerTask</b>(<i>inputQueue, outputQueue</i>)