diff -r c712d09cc839 -r f6881d10e995 src/eric7/Documentation/Source/eric7.VCS.__init__.html --- 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>