src/eric7/Documentation/Source/eric7.VCS.__init__.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.VCS.__init__.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.VCS.__init__.html	Fri Dec 22 17:24:07 2023 +0100
@@ -52,9 +52,9 @@
 </p>
 <dl>
 
-<dt><i>vcs</i></dt>
+<dt><i>vcs</i> (str)</dt>
 <dd>
-name of the VCS system to be used (string)
+name of the VCS system to be used
 </dd>
 </dl>
 <dl>
@@ -63,6 +63,12 @@
 the instantiated VCS object
 </dd>
 </dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+VersionControl
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
@@ -75,16 +81,21 @@
 </p>
 <dl>
 
-<dt><i>project</i></dt>
+<dt><i>project</i> (Project)</dt>
 <dd>
-reference to the project object (Project)
+reference to the project object
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
 reference to the basic VCS project helper singleton
-        (VcsProjectHelper)
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+VcsProjectHelper
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial