--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPatchStatisticsDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitPatchStatisticsDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -90,13 +90,13 @@ </p> <dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Git)</dt> <dd> reference to the VCS object (Git) </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="GitPatchStatisticsDialog.__createStatisticsItem" ID="GitPatchStatisticsDialog.__createStatisticsItem"></a> @@ -108,9 +108,9 @@ </p> <dl> -<dt><i>line</i></dt> +<dt><i>line</i> (str)</dt> <dd> -string with file statistics data (string) +string with file statistics data </dd> </dl> <a NAME="GitPatchStatisticsDialog.__resizeColumns" ID="GitPatchStatisticsDialog.__resizeColumns"></a> @@ -133,7 +133,12 @@ tuple of list of patch files, strip count, flag indicating that the patch has inaccurate end-of-file marker and a flag indicating to not trust the line count information - (list of string, integer, boolean, boolean) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (list of str, int, bool, bool) </dd> </dl> <a NAME="GitPatchStatisticsDialog.start" ID="GitPatchStatisticsDialog.start"></a> @@ -145,11 +150,11 @@ </p> <dl> -<dt><i>projectDir</i></dt> +<dt><i>projectDir</i> (str)</dt> <dd> -directory name of the project (string) +directory name of the project </dd> -<dt><i>patchCheckData</i></dt> +<dt><i>patchCheckData</i> (tuple of (list of str, int, bool, bool))</dt> <dd> tuple of data as returned by the GitPatchFilesDialog.getData() method