diff -r 1b59c4ba121e -r 8cd4d08fa9f6 Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html --- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html Fri Mar 11 08:55:14 2011 +0100 +++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html Fri Mar 11 16:51:57 2011 +0100 @@ -99,7 +99,7 @@ </table> <a NAME="SvnDiffDialog.__init__" ID="SvnDiffDialog.__init__"></a> <h4>SvnDiffDialog (Constructor)</h4> -<b>SvnDiffDialog</b>(<i>vcs, parent = None</i>) +<b>SvnDiffDialog</b>(<i>vcs, parent=None</i>) <p> Constructor </p><dl> @@ -163,7 +163,7 @@ <h4>SvnDiffDialog.__readStdout</h4> <b>__readStdout</b>(<i></i>) <p> - Private slot to handle the readyReadStandardOutput signal. + 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. @@ -227,7 +227,7 @@ Private slot to send the input to the subversion process. </p><a NAME="SvnDiffDialog.start" ID="SvnDiffDialog.start"></a> <h4>SvnDiffDialog.start</h4> -<b>start</b>(<i>fn, versions = None, urls = None, summary = False</i>) +<b>start</b>(<i>fn, versions=None, urls=None, summary=False</i>) <p> Public slot to start the svn diff command. </p><dl>