src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html

branch
eric7
changeset 10457
4bef44d7a378
parent 10418
4573827e9815
child 10479
856476537696
diff -r 12c30c88ed05 -r 4bef44d7a378 src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html
--- 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>)

eric ide

mercurial