Documentation/Source/eric5.UtilitiesPython2.DocStyleCheckerPy2.html

changeset 3165
400234200cd6
parent 2985
177b1858245f
--- a/Documentation/Source/eric5.UtilitiesPython2.DocStyleCheckerPy2.html	Thu Jan 02 19:40:08 2014 +0100
+++ b/Documentation/Source/eric5.UtilitiesPython2.DocStyleCheckerPy2.html	Fri Jan 03 13:52:58 2014 +0100
@@ -129,6 +129,9 @@
 <td><a href="#DocStyleChecker.__checkReturnType">__checkReturnType</a></td>
 <td>Private method to check, that docstrings mention the return value type.</td>
 </tr><tr>
+<td><a href="#DocStyleChecker.__checkSummary">__checkSummary</a></td>
+<td>Private method to check, that docstring summaries contain some text.</td>
+</tr><tr>
 <td><a href="#DocStyleChecker.__checkTripleDoubleQuotes">__checkTripleDoubleQuotes</a></td>
 <td>Private method to check, that all docstrings are surrounded by triple double quotes.</td>
 </tr><tr>
@@ -527,6 +530,19 @@
 <dd>
 context of the docstring (DocStyleContext)
 </dd>
+</dl><a NAME="DocStyleChecker.__checkSummary" ID="DocStyleChecker.__checkSummary"></a>
+<h4>DocStyleChecker.__checkSummary</h4>
+<b>__checkSummary</b>(<i>docstringContext, context</i>)
+<p>
+        Private method to check, that docstring summaries contain some text.
+</p><dl>
+<dt><i>docstringContext</i></dt>
+<dd>
+docstring context (DocStyleContext)
+</dd><dt><i>context</i></dt>
+<dd>
+context of the docstring (DocStyleContext)
+</dd>
 </dl><a NAME="DocStyleChecker.__checkTripleDoubleQuotes" ID="DocStyleChecker.__checkTripleDoubleQuotes"></a>
 <h4>DocStyleChecker.__checkTripleDoubleQuotes</h4>
 <b>__checkTripleDoubleQuotes</b>(<i>docstringContext, context</i>)

eric ide

mercurial