--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -82,22 +82,22 @@ </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) + repository </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="SvnTagDialog.getParameters" ID="SvnTagDialog.getParameters"></a> @@ -110,7 +110,13 @@ <dl> <dt>Return:</dt> <dd> -tuple of string and int (tag, tag operation) +tuple containing the tag and tag operation +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, int) </dd> </dl> <a NAME="SvnTagDialog.on_tagCombo_editTextChanged" ID="SvnTagDialog.on_tagCombo_editTextChanged"></a> @@ -122,9 +128,9 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -text of the tag combobox (string) +text of the tag combobox </dd> </dl> <div align="right"><a href="#top">Up</a></div>