src/eric7/VCS/CommandOptionsDialog.py

branch
eric7
changeset 10436
f6881d10e995
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/VCS/CommandOptionsDialog.py	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/VCS/CommandOptionsDialog.py	Fri Dec 22 17:24:07 2023 +0100
@@ -24,7 +24,9 @@
         Constructor
 
         @param vcs reference to the vcs object
-        @param parent parent widget (QWidget)
+        @type VersionControl
+        @param parent parent widget
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -72,6 +74,7 @@
 
         @return dictionary of strings giving the options for each supported
             vcs command
+        @rtype dict
         """
         return {
             "global": Utilities.parseOptionString(self.globalEdit.text()),

eric ide

mercurial