eric6/Toolbox/Startup.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7960
e8fc383322f7
child 8176
31965986ecd1
--- a/eric6/Toolbox/Startup.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/Toolbox/Startup.py	Mon Feb 01 10:38:16 2021 +0100
@@ -225,7 +225,7 @@
     Module function to start up an application that doesn't need a specialized
     start up.
     
-    This function is used by all of eric6's helper programs.
+    This function is used by all of eric's helper programs.
     
     @param argv list of commandline parameters (list of strings)
     @param appinfo dictionary describing the application
@@ -235,12 +235,12 @@
             <dt>argv</dt>
             <dd>list of commandline parameters (list of strings)</dd>
         </dl>
-    @keyparam quitOnLastWindowClosed flag indicating to quit the application,
+    @param quitOnLastWindowClosed flag indicating to quit the application,
         if the last window was closed (boolean)
-    @keyparam app reference to the application object (QApplication or None)
-    @keyparam raiseIt flag indicating to raise the generated application
+    @param app reference to the application object (QApplication or None)
+    @param raiseIt flag indicating to raise the generated application
         window (boolean)
-    @keyparam installErrorHandler flag indicating to install an error
+    @param installErrorHandler flag indicating to install an error
         handler dialog (boolean)
     @return exit result (integer)
     """

eric ide

mercurial