--- a/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html Fri Sep 27 18:36:07 2013 +0200 +++ b/Documentation/Source/eric5.Plugins.CheckerPlugins.Pep8.Pep257Checker.html Fri Sep 27 18:36:53 2013 +0200 @@ -96,11 +96,11 @@ <td><a href="#Pep257Checker.__checkEricNBlankAfterLastParagraph">__checkEricNBlankAfterLastParagraph</a></td> <td>Private method to check, that the last paragraph of docstrings is not followed by a blank line.</td> </tr><tr> -<td><a href="#Pep257Checker.__checkEricNoBlankBeforeAndAfterClass">__checkEricNoBlankBeforeAndAfterClass</a></td> -<td>Private method to check, that class docstrings have no blank line around them.</td> +<td><a href="#Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction">__checkEricNoBlankBeforeAndAfterClassOrFunction</a></td> +<td>Private method to check, that class and function/method docstrings have no blank line around them.</td> </tr><tr> -<td><a href="#Pep257Checker.__checkEricOneLiner">__checkEricOneLiner</a></td> -<td>Private method to check, that one-liner docstrings are on three lines (quotes, docstring, quotes).</td> +<td><a href="#Pep257Checker.__checkEricQuotesOnSeparateLines">__checkEricQuotesOnSeparateLines</a></td> +<td>Private method to check, that leading and trailing quotes are on a line by themselves.</td> </tr><tr> <td><a href="#Pep257Checker.__checkEricReturn">__checkEricReturn</a></td> <td>Private method to check, that docstrings contain an @return line.</td> @@ -381,12 +381,12 @@ <dd> context of the docstring (Pep257Context) </dd> -</dl><a NAME="Pep257Checker.__checkEricNoBlankBeforeAndAfterClass" ID="Pep257Checker.__checkEricNoBlankBeforeAndAfterClass"></a> -<h4>Pep257Checker.__checkEricNoBlankBeforeAndAfterClass</h4> -<b>__checkEricNoBlankBeforeAndAfterClass</b>(<i>docstringContext, context</i>) +</dl><a NAME="Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction" ID="Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction"></a> +<h4>Pep257Checker.__checkEricNoBlankBeforeAndAfterClassOrFunction</h4> +<b>__checkEricNoBlankBeforeAndAfterClassOrFunction</b>(<i>docstringContext, context</i>) <p> - Private method to check, that class docstrings have no blank line - around them. + Private method to check, that class and function/method docstrings + have no blank line around them. </p><dl> <dt><i>docstringContext</i></dt> <dd> @@ -395,12 +395,12 @@ <dd> context of the docstring (Pep257Context) </dd> -</dl><a NAME="Pep257Checker.__checkEricOneLiner" ID="Pep257Checker.__checkEricOneLiner"></a> -<h4>Pep257Checker.__checkEricOneLiner</h4> -<b>__checkEricOneLiner</b>(<i>docstringContext, context</i>) +</dl><a NAME="Pep257Checker.__checkEricQuotesOnSeparateLines" ID="Pep257Checker.__checkEricQuotesOnSeparateLines"></a> +<h4>Pep257Checker.__checkEricQuotesOnSeparateLines</h4> +<b>__checkEricQuotesOnSeparateLines</b>(<i>docstringContext, context</i>) <p> - Private method to check, that one-liner docstrings are on - three lines (quotes, docstring, quotes). + Private method to check, that leading and trailing quotes are on + a line by themselves. </p><dl> <dt><i>docstringContext</i></dt> <dd>