--- a/src/eric7/QScintilla/DocstringGenerator/SphinxdocGenerator.py Tue Nov 08 11:34:19 2022 +0100 +++ b/src/eric7/QScintilla/DocstringGenerator/SphinxdocGenerator.py Tue Nov 08 11:50:50 2022 +0100 @@ -8,7 +8,7 @@ """ -def generateSphinxDoc(functionInfo): +def generateDoc(functionInfo, editor): """ Function to generate the docstring line list iaw. Sphinx documentation style. @@ -19,6 +19,8 @@ @param functionInfo object containing the function information to base the docstring on @type FunctionInfo + @param editor reference to the editor + @type Editor @return list of docstring lines @rtype str """