src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py

branch
eric7
changeset 10437
2f70ca07f0af
parent 10373
093dcebe5ecb
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py	Fri Dec 22 17:24:07 2023 +0100
+++ b/src/eric7/Plugins/DocumentationPlugins/Ericapi/EricapiConfigDialog.py	Fri Dec 22 19:45:17 2023 +0100
@@ -30,9 +30,12 @@
         """
         Constructor
 
-        @param project reference to the project object (Project.Project)
+        @param project reference to the project object
+        @type Project
         @param parms parameters to set in the dialog
+        @type dict
         @param parent parent widget of this dialog
+        @type QWidget
         """
         super().__init__(parent)
         self.setupUi(self)
@@ -223,7 +226,8 @@
         """
         Private slot to enable/disable the "OK" button.
 
-        @param filename name of the file (string)
+        @param filename name of the file
+        @type str
         """
         self.buttonBox.button(QDialogButtonBox.StandardButton.Ok).setEnabled(
             filename != ""

eric ide

mercurial