Plugins/PluginVcsPySvn.py

changeset 2962
d6c9d1ca2da4
parent 2712
4354ab0b67c7
child 3004
c4bf32c791d0
--- 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)
     

eric ide

mercurial