diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -90,25 +90,25 @@ </p> <dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Subversion)</dt> <dd> reference to the vcs object </dd> -<dt><i>tagsList</i></dt> +<dt><i>tagsList</i> (list of str)</dt> <dd> -list of tags (list of strings) +list of tags </dd> -<dt><i>branchesList</i></dt> +<dt><i>branchesList</i> (list of str)</dt> <dd> -list of branches (list of strings) +list of branches </dd> -<dt><i>path</i></dt> +<dt><i>path</i> (str)</dt> <dd> -pathname to determine the repository URL from (string) +pathname to determine the repository URL from </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget of the dialog (QWidget) +parent widget of the dialog </dd> </dl> <a NAME="SvnUrlSelectionDialog.__changeLabelCombo" ID="SvnUrlSelectionDialog.__changeLabelCombo"></a> @@ -121,13 +121,13 @@ </p> <dl> -<dt><i>labelCombo</i></dt> +<dt><i>labelCombo</i> (QComboBox)</dt> <dd> -reference to the labelCombo object (QComboBox) +reference to the labelCombo object </dd> -<dt><i>type_</i></dt> +<dt><i>type_</i> (str)</dt> <dd> -type string (string) +type string </dd> </dl> <a NAME="SvnUrlSelectionDialog.getURLs" ID="SvnUrlSelectionDialog.getURLs"></a> @@ -140,8 +140,14 @@ <dl> <dt>Return:</dt> <dd> -tuple of list of two URL strings (list of strings) and - a flag indicating a diff summary (boolean) +tuple containing a list of two URL strings and a flag indicating + a diff summary +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of str, bool) </dd> </dl> <a NAME="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged"></a>