--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html Thu May 30 15:33:23 2013 +0200 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.Tabnanny.TabnannyDialog.html Thu May 30 18:52:46 2013 +0200 @@ -66,9 +66,6 @@ <td><a href="#TabnannyDialog.__finish">__finish</a></td> <td>Private slot called when the action or the user pressed the button.</td> </tr><tr> -<td><a href="#TabnannyDialog.__py2check">__py2check</a></td> -<td>Private method to perform the indentation check for Python 2 files.</td> -</tr><tr> <td><a href="#TabnannyDialog.__resort">__resort</a></td> <td>Private method to resort the tree.</td> </tr><tr> @@ -123,25 +120,7 @@ <b>__finish</b>(<i></i>) <p> Private slot called when the action or the user pressed the button. -</p><a NAME="TabnannyDialog.__py2check" ID="TabnannyDialog.__py2check"></a> -<h4>TabnannyDialog.__py2check</h4> -<b>__py2check</b>(<i>filename</i>) -<p> - Private method to perform the indentation check for Python 2 files. -</p><dl> -<dt><i>filename</i></dt> -<dd> -name of the file to be checked (string) -</dd> -</dl><dl> -<dt>Returns:</dt> -<dd> -A tuple indicating status (True = an error was found), the - filename, the linenumber and the error message - (boolean, string, string, string). The values are only - valid, if the status is True. -</dd> -</dl><a NAME="TabnannyDialog.__resort" ID="TabnannyDialog.__resort"></a> +</p><a NAME="TabnannyDialog.__resort" ID="TabnannyDialog.__resort"></a> <h4>TabnannyDialog.__resort</h4> <b>__resort</b>(<i></i>) <p>