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

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html	Fri Dec 22 19:45:17 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html	Sat Dec 23 15:40:23 2023 +0100
@@ -87,21 +87,21 @@
 </p>
 <dl>
 
-<dt><i>argvList</i></dt>
+<dt><i>argvList</i> (list of str)</dt>
 <dd>
-history list of commandline arguments (list of strings)
+history list of commandline arguments
 </dd>
-<dt><i>wdList</i></dt>
+<dt><i>wdList</i> (list of str)</dt>
 <dd>
-history list of working directories (list of strings)
+history list of working directories
 </dd>
-<dt><i>ppath</i></dt>
+<dt><i>ppath</i> (str)</dt>
 <dd>
-pathname of the project directory (string)
+pathname of the project directory
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-parent widget of this dialog (QWidget)
+parent widget of this dialog
 </dd>
 </dl>
 <a NAME="SvnCommandDialog.getData" ID="SvnCommandDialog.getData"></a>
@@ -114,7 +114,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-a tuple of argv, workdir
+a tuple containing argv, workdir
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, str)
 </dd>
 </dl>
 <a NAME="SvnCommandDialog.on_commandCombo_editTextChanged" ID="SvnCommandDialog.on_commandCombo_editTextChanged"></a>
@@ -126,9 +132,9 @@
 </p>
 <dl>
 
-<dt><i>text</i></dt>
+<dt><i>text</i> (str)</dt>
 <dd>
-ignored
+text of the command combobox
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial