--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -78,22 +78,21 @@ </p> <dl> -<dt><i>taglist</i></dt> +<dt><i>taglist</i> (list of str)</dt> <dd> -list of previously entered tags (list of strings) +list of previously entered tags </dd> -<dt><i>reposURL</i></dt> +<dt><i>reposURL</i> (str)</dt> <dd> -repository path (string) or None +repository path or None </dd> -<dt><i>standardLayout</i></dt> +<dt><i>standardLayout</i> (bool)</dt> <dd> -flag indicating the layout of the - repository (boolean) +flag indicating the layout of the repository </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="SvnSwitchDialog.getParameters" ID="SvnSwitchDialog.getParameters"></a> @@ -106,7 +105,13 @@ <dl> <dt>Return:</dt> <dd> -tuple of string and int (tag, tag type) +tuple containing the tag and tag type +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, int) </dd> </dl> <div align="right"><a href="#top">Up</a></div>