--- a/src/eric7/Plugins/PluginWizardDotDesktop.py Fri Dec 22 17:24:07 2023 +0100 +++ b/src/eric7/Plugins/PluginWizardDotDesktop.py Fri Dec 22 19:45:17 2023 +0100 @@ -45,7 +45,8 @@ """ Constructor - @param ui reference to the user interface object (UI.UserInterface) + @param ui reference to the user interface object + @type UserInterface """ super().__init__(ui) self.__ui = ui @@ -61,7 +62,8 @@ """ Public method to activate this plug-in. - @return tuple of None and activation status (boolean) + @return tuple of None and activation status + @rtype bool """ self.__initAction() self.__initMenu()