diff -r c5db073a124f -r 7afaf2fca55b Documentation/Source/eric5.UtilitiesPython2.Pep8Checker.html --- a/Documentation/Source/eric5.UtilitiesPython2.Pep8Checker.html Sat Aug 20 16:28:25 2011 +0200 +++ b/Documentation/Source/eric5.UtilitiesPython2.Pep8Checker.html Sat Aug 20 16:30:49 2011 +0200 @@ -51,12 +51,13 @@ <table> <tr><td>filename</td></tr><tr><td>ignore</td></tr><tr><td>repeat</td></tr><tr><td>select</td></tr> </table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <h3>Methods</h3> <table> <tr> -<td><a href="#Pep8Checker.__init__">Pep8Checker</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#Pep8Checker.__ignore_code">__ignore_code</a></td> <td>Private method to check, if the message for the given code should be ignored.</td> </tr><tr> @@ -64,6 +65,10 @@ <td>Public method to collect the error messages.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="Pep8Checker.__init__" ID="Pep8Checker.__init__"></a> <h4>Pep8Checker (Constructor)</h4> <b>Pep8Checker</b>(<i>filename, lines, repeat=False, select="", ignore=""</i>)