diff -r 62397ab8df8c -r 1f39839655ea src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Fri Nov 11 17:14:21 2022 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Fri Nov 11 17:49:06 2022 +0100 @@ -42,10 +42,6 @@ <td>Initialize the service and return the entry point.</td> </tr> <tr> -<td><a href="#normalizeCode">normalizeCode</a></td> -<td>Function to normalize the given code.</td> -</tr> -<tr> <td><a href="#syntaxAndPyflakesBatchCheck">syntaxAndPyflakesBatchCheck</a></td> <td>Module function to check syntax for a batch of files.</td> </tr> @@ -174,29 +170,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></dt> -<dd> -code to be normalized (string) -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -normalized code (string) -</dd> -</dl> -<div align="right"><a href="#top">Up</a></div> -<hr /> -<hr /> <a NAME="syntaxAndPyflakesBatchCheck" ID="syntaxAndPyflakesBatchCheck"></a> <h2>syntaxAndPyflakesBatchCheck</h2> <b>syntaxAndPyflakesBatchCheck</b>(<i>argumentsList, send, fx, cancelled, maxProcesses=0</i>)