src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.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>
-tag name entered in the combo (string)
+tag name entered in the combo
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial