diff -r c5db073a124f -r 7afaf2fca55b Documentation/Source/eric5.UtilitiesPython2.Tabnanny.html --- a/Documentation/Source/eric5.UtilitiesPython2.Tabnanny.html Sat Aug 20 16:28:25 2011 +0200 +++ b/Documentation/Source/eric5.UtilitiesPython2.Tabnanny.html Sat Aug 20 16:30:49 2011 +0200 @@ -81,12 +81,13 @@ <table> <tr><td>None</td></tr> </table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <h3>Methods</h3> <table> <tr> -<td><a href="#NannyNag.__init__">NannyNag</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#NannyNag.get_line">get_line</a></td> <td>Method to retrieve the offending line.</td> </tr><tr> @@ -97,6 +98,10 @@ <td>Method to retrieve the message.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="NannyNag.__init__" ID="NannyNag.__init__"></a> <h4>NannyNag (Constructor)</h4> <b>NannyNag</b>(<i>lineno, msg, line</i>) @@ -157,12 +162,13 @@ <table> <tr><td>None</td></tr> </table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <h3>Methods</h3> <table> <tr> -<td><a href="#Whitespace.__init__">Whitespace</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#Whitespace.equal">equal</a></td> <td>Method to compare the indentation levels of two Whitespace objects for equality.</td> </tr><tr> @@ -182,6 +188,10 @@ <td>Method to calculate a tuple of witnessing tab size.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="Whitespace.__init__" ID="Whitespace.__init__"></a> <h4>Whitespace (Constructor)</h4> <b>Whitespace</b>(<i>ws</i>)