diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -122,25 +122,25 @@ </p> <dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Git)</dt> <dd> reference to the vcs object </dd> -<dt><i>msg</i></dt> +<dt><i>msg</i> (str)</dt> <dd> -initial message (string) +initial message </dd> -<dt><i>amend</i></dt> +<dt><i>amend</i> (bool)</dt> <dd> -flag indicating to amend the HEAD commit (boolean) +flag indicating to amend the HEAD commit </dd> -<dt><i>commitAll</i></dt> +<dt><i>commitAll</i> (bool)</dt> <dd> -flag indicating to commit all local changes (boolean) +flag indicating to commit all local changes </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="GitCommitDialog.amend" ID="GitCommitDialog.amend"></a> @@ -153,7 +153,13 @@ <dl> <dt>Return:</dt> <dd> -state of the amend flag (boolean) +state of the amend flag +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="GitCommitDialog.logMessage" ID="GitCommitDialog.logMessage"></a> @@ -166,7 +172,13 @@ <dl> <dt>Return:</dt> <dd> -the log message (string) +the log message +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="GitCommitDialog.on_buttonBox_accepted" ID="GitCommitDialog.on_buttonBox_accepted"></a> @@ -185,9 +197,9 @@ </p> <dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked </dd> </dl> <a NAME="GitCommitDialog.on_buttonBox_rejected" ID="GitCommitDialog.on_buttonBox_rejected"></a> @@ -221,7 +233,13 @@ <dl> <dt>Return:</dt> <dd> -state of the reset author flag (boolean) +state of the reset author flag +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <a NAME="GitCommitDialog.showEvent" ID="GitCommitDialog.showEvent"></a> @@ -233,9 +251,9 @@ </p> <dl> -<dt><i>evt</i></dt> +<dt><i>evt</i> (QShowEvent)</dt> <dd> -the event (QShowEvent) +the event </dd> </dl> <a NAME="GitCommitDialog.stagedOnly" ID="GitCommitDialog.stagedOnly"></a> @@ -248,7 +266,13 @@ <dl> <dt>Return:</dt> <dd> -state of the staged only flag (boolean) +state of the staged only flag +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +bool </dd> </dl> <div align="right"><a href="#top">Up</a></div>