--- a/src/eric7/Plugins/PluginAbout.py Fri Dec 22 17:24:07 2023 +0100 +++ b/src/eric7/Plugins/PluginAbout.py Fri Dec 22 19:45:17 2023 +0100 @@ -42,7 +42,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 @@ -53,7 +54,8 @@ """ Public method to activate this plugin. - @return tuple of None and activation status (boolean) + @return tuple of None and activation status + @rtype bool """ self.__initActions() self.__initMenu()