--- a/src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Preferences/ConfigurationPages/ViewmanagerPage.py Wed Dec 20 14:58:58 2023 +0100 @@ -72,7 +72,8 @@ """ Private slot to show a preview of the selected workspace view type. - @param index index of selected workspace view type (integer) + @param index index of selected workspace view type + @type int """ workspace = self.windowComboBox.itemData(self.windowComboBox.currentIndex()) pixmap = self.pluginManager.getPluginPreviewPixmap("viewmanager", workspace) @@ -86,7 +87,9 @@ Module function to create the configuration page. @param dlg reference to the configuration dialog - @return reference to the instantiated page (ConfigurationPageBase) + @type ConfigurationDialog + @return reference to the instantiated page + @rtype ConfigurationPageBase """ page = ViewmanagerPage() return page