diff -r e4e2efb4846a -r d6c9d1ca2da4 Plugins/PluginVcsPySvn.py --- a/Plugins/PluginVcsPySvn.py Sun Sep 29 14:22:08 2013 +0200 +++ b/Plugins/PluginVcsPySvn.py Sun Sep 29 15:08:57 2013 +0200 @@ -98,6 +98,7 @@ """ Module function to create the configuration page. + @param configDlg reference to the configuration dialog (QDialog) @return reference to the configuration page """ global subversionCfgPluginObject @@ -189,7 +190,6 @@ Public method to retrieve the various settings. @param key the key of the value to get - @param prefClass preferences class used as the storage area @return the requested refactoring setting """ if key in ["StopLogOnCopy"]: @@ -210,7 +210,6 @@ @param key the key of the setting to be set @param value the value to be set - @param prefClass preferences class used as the storage area """ Preferences.Prefs.settings.setValue("Subversion/" + key, value)