--- 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 />