diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -86,21 +86,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="HgTagDialog.getParameters" ID="HgTagDialog.getParameters"></a> @@ -132,9 +132,9 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -index of the selected entrie (integer) +index of the selected entrie </dd> </dl> <a NAME="HgTagDialog.on_tagCombo_editTextChanged" ID="HgTagDialog.on_tagCombo_editTextChanged"></a> @@ -146,9 +146,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>