--- a/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html Sun Dec 31 17:08:39 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html Sun Dec 31 17:44:59 2023 +0100 @@ -95,6 +95,10 @@ <td>Private method to check the use of deprecated documentation tags.</td> </tr> <tr> +<td><a href="#DocStyleChecker.__checkEricDocumentationIndent">__checkEricDocumentationIndent</a></td> +<td>Private method to check the the correct indentation of the tag lines.</td> +</tr> +<tr> <td><a href="#DocStyleChecker.__checkEricDocumentationSequence">__checkEricDocumentationSequence</a></td> <td>Private method to check, that method docstring follows the correct sequence of entries (e.g.</td> </tr> @@ -441,6 +445,24 @@ context of the docstring </dd> </dl> +<a NAME="DocStyleChecker.__checkEricDocumentationIndent" ID="DocStyleChecker.__checkEricDocumentationIndent"></a> +<h4>DocStyleChecker.__checkEricDocumentationIndent</h4> +<b>__checkEricDocumentationIndent</b>(<i>docstringContext, context, </i>) + +<p> + Private method to check the the correct indentation of the tag lines. +</p> +<dl> + +<dt><i>docstringContext</i> (DocStyleContext)</dt> +<dd> +docstring context +</dd> +<dt><i>context</i> (DocStyleContext)</dt> +<dd> +context of the docstring +</dd> +</dl> <a NAME="DocStyleChecker.__checkEricDocumentationSequence" ID="DocStyleChecker.__checkEricDocumentationSequence"></a> <h4>DocStyleChecker.__checkEricDocumentationSequence</h4> <b>__checkEricDocumentationSequence</b>(<i>docstringContext, context, </i>)