src/eric7/DocumentationTools/APIGenerator.py

branch
eric7
changeset 10065
de4ae767b0e3
parent 9653
e67609152c5e
child 10373
093dcebe5ecb
--- a/src/eric7/DocumentationTools/APIGenerator.py	Wed May 24 17:28:58 2023 +0200
+++ b/src/eric7/DocumentationTools/APIGenerator.py	Wed May 24 19:54:24 2023 +0200
@@ -21,12 +21,10 @@
         """
         self.module = module
 
-    def genAPI(self, newStyle, basePackage, includePrivate):
+    def genAPI(self, basePackage, includePrivate):
         """
         Public method to generate the API information.
 
-        @param newStyle flag indicating the api generation for QScintilla 1.7
-            and newer (boolean) (ignored)
         @param basePackage name of the base package (string)
         @param includePrivate flag indicating to include
             private methods/functions (boolean)

eric ide

mercurial