diff -r 2f1ccadee231 -r 81388c6065e8 eric7/Documentation/Source/eric7.Plugins.PluginWizardSetup.html --- a/eric7/Documentation/Source/eric7.Plugins.PluginWizardSetup.html Sat Jul 02 18:53:56 2022 +0200 +++ b/eric7/Documentation/Source/eric7.Plugins.PluginWizardSetup.html Sun Jul 03 13:52:59 2022 +0200 @@ -59,10 +59,6 @@ <td>Constructor</td> </tr> <tr> -<td><a href="#SetupWizard.__callForm">__callForm</a></td> -<td>Private method to display a dialog and get the code.</td> -</tr> -<tr> <td><a href="#SetupWizard.__handle">__handle</a></td> <td>Private method to handle the wizards action.</td> </tr> @@ -103,36 +99,6 @@ reference to the user interface object </dd> </dl> -<a NAME="SetupWizard.__callForm" ID="SetupWizard.__callForm"></a> -<h4>SetupWizard.__callForm</h4> -<b>__callForm</b>(<i>editor, category</i>) - -<p> - Private method to display a dialog and get the code. -</p> -<dl> - -<dt><i>editor</i> (Editor)</dt> -<dd> -reference to the current editor -</dd> -<dt><i>category</i> (str)</dt> -<dd> -category of setup file to create -</dd> -</dl> -<dl> -<dt>Return:</dt> -<dd> -tuple containing the generated code and a flag indicating an error -</dd> -</dl> -<dl> -<dt>Return Type:</dt> -<dd> -tuple of (str, bool) -</dd> -</dl> <a NAME="SetupWizard.__handle" ID="SetupWizard.__handle"></a> <h4>SetupWizard.__handle</h4> <b>__handle</b>(<i>category</i>)