--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelvesSelectionDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelvesSelectionDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -82,17 +82,17 @@ </p> <dl> -<dt><i>message</i></dt> +<dt><i>message</i> (str)</dt> <dd> -message to be shown (string) +message to be shown </dd> -<dt><i>shelveNames</i></dt> +<dt><i>shelveNames</i> (list of str)</dt> <dd> -list of shelve names (list of string) +list of shelve names </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="HgShelvesSelectionDialog.getSelectedShelves" ID="HgShelvesSelectionDialog.getSelectedShelves"></a> @@ -105,7 +105,13 @@ <dl> <dt>Return:</dt> <dd> -selected shelve names (list of string) +selected shelve names +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str </dd> </dl> <a NAME="HgShelvesSelectionDialog.on_shelvesList_itemSelectionChanged" ID="HgShelvesSelectionDialog.on_shelvesList_itemSelectionChanged"></a>