diff -r 8c3207703dac -r de4ae767b0e3 src/eric7/DocumentationTools/APIGenerator.py --- 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)