diff -r c5db073a124f -r 7afaf2fca55b Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Sat Aug 20 16:28:25 2011 +0200 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.subversion.html Sat Aug 20 16:30:49 2011 +0200 @@ -44,7 +44,7 @@ <h2>Subversion</h2> <p> Class implementing the version control systems interface to Subversion. -</p><h4>Signals</h4> +</p><h3>Signals</h3> <dl> <dt>committed()</dt> <dd> @@ -57,12 +57,13 @@ <table> <tr><td>None</td></tr> </table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <h3>Methods</h3> <table> <tr> -<td><a href="#Subversion.__init__">Subversion</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#Subversion.__svnURL">__svnURL</a></td> <td>Private method to format a url for subversion.</td> </tr><tr> @@ -235,6 +236,10 @@ <td>Public method used to update a file/directory with the Subversion repository.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="Subversion.__init__" ID="Subversion.__init__"></a> <h4>Subversion (Constructor)</h4> <b>Subversion</b>(<i>plugin, parent=None, name=None</i>)