--- 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 != ""