src/eric7/QScintilla/DocstringGenerator/SphinxdocGenerator.py

branch
eric7
changeset 9486
5a8179763e38
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
diff -r 0f3620304d7a -r 5a8179763e38 src/eric7/QScintilla/DocstringGenerator/SphinxdocGenerator.py
--- 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
     """

eric ide

mercurial