--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -78,9 +78,9 @@ </p> <dl> -<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="GitStashDataDialog.getData" ID="GitStashDataDialog.getData"></a> @@ -93,9 +93,15 @@ <dl> <dt>Return:</dt> <dd> -tuple containing the message (string), a flag indicating to - keep changes in the staging area (boolean) and an indication to - stash untracked and/or ignored files (integer) +tuple containing the message, a flag indicating to keep changes + in the staging area and an indication to stash untracked and/or + ignored files +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, bool, int) </dd> </dl> <div align="right"><a href="#top">Up</a></div>