Documentation/Source/eric5.Utilities.ModuleParser.html

changeset 2768
eab35f6e709f
parent 2387
2d119e79ab54
child 3018
70924c0bdaf1
diff -r c413e9eeaf95 -r eab35f6e709f Documentation/Source/eric5.Utilities.ModuleParser.html
--- a/Documentation/Source/eric5.Utilities.ModuleParser.html	Wed Jul 03 19:23:52 2013 +0200
+++ b/Documentation/Source/eric5.Utilities.ModuleParser.html	Wed Jul 03 19:34:42 2013 +0200
@@ -330,6 +330,9 @@
 </tr><tr>
 <td><a href="#Function.addDescription">addDescription</a></td>
 <td>Public method to store the functions docstring.</td>
+</tr><tr>
+<td><a href="#Function.setEndLine">setEndLine</a></td>
+<td>Public method to record the number of the last line of a class.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -374,6 +377,16 @@
 <dd>
 the docstring to be stored (string)
 </dd>
+</dl><a NAME="Function.setEndLine" ID="Function.setEndLine"></a>
+<h4>Function.setEndLine</h4>
+<b>setEndLine</b>(<i>endLineNo</i>)
+<p>
+        Public method to record the number of the last line of a class.
+</p><dl>
+<dt><i>endLineNo</i></dt>
+<dd>
+number of the last line (integer)
+</dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />

eric ide

mercurial