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

branch
eric7
changeset 10457
4bef44d7a378
parent 10418
4573827e9815
child 10479
856476537696
equal deleted inserted replaced
10456:12c30c88ed05 10457:4bef44d7a378
93 <tr> 93 <tr>
94 <td><a href="#DocStyleChecker.__checkEricDocumentationDeprecatedTags">__checkEricDocumentationDeprecatedTags</a></td> 94 <td><a href="#DocStyleChecker.__checkEricDocumentationDeprecatedTags">__checkEricDocumentationDeprecatedTags</a></td>
95 <td>Private method to check the use of deprecated documentation tags.</td> 95 <td>Private method to check the use of deprecated documentation tags.</td>
96 </tr> 96 </tr>
97 <tr> 97 <tr>
98 <td><a href="#DocStyleChecker.__checkEricDocumentationIndent">__checkEricDocumentationIndent</a></td>
99 <td>Private method to check the the correct indentation of the tag lines.</td>
100 </tr>
101 <tr>
98 <td><a href="#DocStyleChecker.__checkEricDocumentationSequence">__checkEricDocumentationSequence</a></td> 102 <td><a href="#DocStyleChecker.__checkEricDocumentationSequence">__checkEricDocumentationSequence</a></td>
99 <td>Private method to check, that method docstring follows the correct sequence of entries (e.g.</td> 103 <td>Private method to check, that method docstring follows the correct sequence of entries (e.g.</td>
100 </tr> 104 </tr>
101 <tr> 105 <tr>
102 <td><a href="#DocStyleChecker.__checkEricEndsWithPeriod">__checkEricEndsWithPeriod</a></td> 106 <td><a href="#DocStyleChecker.__checkEricEndsWithPeriod">__checkEricEndsWithPeriod</a></td>
427 <h4>DocStyleChecker.__checkEricDocumentationDeprecatedTags</h4> 431 <h4>DocStyleChecker.__checkEricDocumentationDeprecatedTags</h4>
428 <b>__checkEricDocumentationDeprecatedTags</b>(<i>docstringContext, context, </i>) 432 <b>__checkEricDocumentationDeprecatedTags</b>(<i>docstringContext, context, </i>)
429 433
430 <p> 434 <p>
431 Private method to check the use of deprecated documentation tags. 435 Private method to check the use of deprecated documentation tags.
436 </p>
437 <dl>
438
439 <dt><i>docstringContext</i> (DocStyleContext)</dt>
440 <dd>
441 docstring context
442 </dd>
443 <dt><i>context</i> (DocStyleContext)</dt>
444 <dd>
445 context of the docstring
446 </dd>
447 </dl>
448 <a NAME="DocStyleChecker.__checkEricDocumentationIndent" ID="DocStyleChecker.__checkEricDocumentationIndent"></a>
449 <h4>DocStyleChecker.__checkEricDocumentationIndent</h4>
450 <b>__checkEricDocumentationIndent</b>(<i>docstringContext, context, </i>)
451
452 <p>
453 Private method to check the the correct indentation of the tag lines.
432 </p> 454 </p>
433 <dl> 455 <dl>
434 456
435 <dt><i>docstringContext</i> (DocStyleContext)</dt> 457 <dt><i>docstringContext</i> (DocStyleContext)</dt>
436 <dd> 458 <dd>

eric ide

mercurial