diff -r c5db073a124f -r 7afaf2fca55b Documentation/Source/eric5.UtilitiesPython2.pep8.html --- a/Documentation/Source/eric5.UtilitiesPython2.pep8.html Sat Aug 20 16:28:25 2011 +0200 +++ b/Documentation/Source/eric5.UtilitiesPython2.pep8.html Sat Aug 20 16:30:49 2011 +0200 @@ -181,12 +181,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="#Checker.__init__">Checker</a></td> -<td></td> -</tr><tr> <td><a href="#Checker.build_tokens_line">build_tokens_line</a></td> <td>Build a logical line from tokens.</td> </tr><tr> @@ -212,6 +213,10 @@ <td>Run a check plugin.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="Checker.__init__" ID="Checker.__init__"></a> <h4>Checker (Constructor)</h4> <b>Checker</b>(<i>filename, lines=None</i>)