--- a/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html Thu Feb 08 18:57:11 2018 +0100 +++ b/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html Thu Feb 08 18:58:07 2018 +0100 @@ -152,21 +152,31 @@ </dd> </dl><a NAME="GitDiffGenerator.__readStderr" ID="GitDiffGenerator.__readStderr"></a> <h4>GitDiffGenerator.__readStderr</h4> -<b>__readStderr</b>(<i></i>) +<b>__readStderr</b>(<i>process</i>) <p> Private slot to handle the readyReadStandardError signal. </p><p> It reads the error output of the process and inserts it into the error pane. -</p><a NAME="GitDiffGenerator.__readStdout" ID="GitDiffGenerator.__readStdout"></a> +</p><dl> +<dt><i>process</i> (QProcess)</dt> +<dd> +reference to the process providing error output +</dd> +</dl><a NAME="GitDiffGenerator.__readStdout" ID="GitDiffGenerator.__readStdout"></a> <h4>GitDiffGenerator.__readStdout</h4> -<b>__readStdout</b>(<i></i>) +<b>__readStdout</b>(<i>process</i>) <p> Private slot to handle the readyReadStandardOutput signal. </p><p> It reads the output of the process, formats it and inserts it into the contents pane. -</p><a NAME="GitDiffGenerator.getResult" ID="GitDiffGenerator.getResult"></a> +</p><dl> +<dt><i>process</i> (QProcess)</dt> +<dd> +reference to the process providing output +</dd> +</dl><a NAME="GitDiffGenerator.getResult" ID="GitDiffGenerator.getResult"></a> <h4>GitDiffGenerator.getResult</h4> <b>getResult</b>(<i></i>) <p>