diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitTagDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -82,21 +82,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>revision</i></dt> +<dt><i>revision</i> (str)</dt> <dd> -revision to set tag for (string) +revision to set tag for </dd> -<dt><i>tagName</i></dt> +<dt><i>tagName</i> (str)</dt> <dd> -name of the tag (string) +name of the tag </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="GitTagDialog.getParameters" ID="GitTagDialog.getParameters"></a> @@ -109,8 +109,14 @@ <dl> <dt>Return:</dt> <dd> -tuple of two strings, two int and a boolean (tag, revision, - tag operation, tag type, enforce operation) +tuple containing the tag, revision, tag operation, tag type, + and a flag indicating to enforce the operation +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, int, int, bool) </dd> </dl> <a NAME="GitTagDialog.on_tagCombo_editTextChanged" ID="GitTagDialog.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>