--- a/Documentation/Source/eric5.VCS.VersionControl.html Sat Aug 20 16:28:25 2011 +0200 +++ b/Documentation/Source/eric5.VCS.VersionControl.html Sat Aug 20 16:30:49 2011 +0200 @@ -49,7 +49,7 @@ </p><p> It defines the vcs interface to be implemented by subclasses and the common methods. -</p><h4>Signals</h4> +</p><h3>Signals</h3> <dl> <dt>vcsStatusMonitorData(list of str)</dt> <dd> @@ -66,12 +66,13 @@ <table> <tr><td>canBeAdded</td></tr><tr><td>canBeCommitted</td></tr> </table> +<h3>Class Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <h3>Methods</h3> <table> <tr> -<td><a href="#VersionControl.__init__">VersionControl</a></td> -<td>Constructor</td> -</tr><tr> <td><a href="#VersionControl.__statusMonitorData">__statusMonitorData</a></td> <td>Private method to receive the status monitor status.</td> </tr><tr> @@ -238,6 +239,10 @@ <td>Public method used to update a file/directory in the vcs.</td> </tr> </table> +<h3>Static Methods</h3> +<table> +<tr><td>None</td></tr> +</table> <a NAME="VersionControl.__init__" ID="VersionControl.__init__"></a> <h4>VersionControl (Constructor)</h4> <b>VersionControl</b>(<i>parent=None, name=None</i>)