diff -r 435cc5875135 -r 9f5758c0fec1 src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.html --- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.html Thu May 25 19:51:47 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.html Thu May 25 19:52:31 2023 +0200 @@ -35,7 +35,7 @@ </tr> <tr> <td><a href="#checkSslWithoutVersion">checkSslWithoutVersion</a></td> -<td>Function to check for SSL use with no version specified.</td> +<td></td> </tr> <tr> <td><a href="#getChecks">getChecks</a></td> @@ -98,24 +98,6 @@ <h2>checkSslWithoutVersion</h2> <b>checkSslWithoutVersion</b>(<i>reportError, context, config</i>) -<p> - Function to check for SSL use with no version specified. -</p> -<dl> - -<dt><i>reportError</i> (func)</dt> -<dd> -function to be used to report errors -</dd> -<dt><i>context</i> (SecurityContext)</dt> -<dd> -security context object -</dd> -<dt><i>config</i> (dict)</dt> -<dd> -dictionary with configuration data -</dd> -</dl> <div align="right"><a href="#top">Up</a></div> <hr /> <hr />