src/eric7/Plugins/PluginWizardEricPlugin.py

branch
eric7
changeset 10437
2f70ca07f0af
parent 10069
435cc5875135
child 10439
21c28b0f9e41
--- a/src/eric7/Plugins/PluginWizardEricPlugin.py	Fri Dec 22 17:24:07 2023 +0100
+++ b/src/eric7/Plugins/PluginWizardEricPlugin.py	Fri Dec 22 19:45:17 2023 +0100
@@ -48,7 +48,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
@@ -64,7 +65,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()
@@ -118,8 +120,8 @@
         """
         Private method to display a dialog and get the code.
 
-        @return generated code (string), the plug-in package name (string)
-            and a flag indicating success (boolean)
+        @return generated code, the plug-in package name and a flag indicating success
+        @rtype tuple of (str, str, bool)
         """
         from eric7.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog import (
             PluginWizardDialog,

eric ide

mercurial