src/eric7/QScintilla/DocstringGenerator/GoogledocGenerator.py

branch
eric7
changeset 9486
5a8179763e38
parent 9221
bf71ee032bb4
child 9653
e67609152c5e
--- a/src/eric7/QScintilla/DocstringGenerator/GoogledocGenerator.py	Tue Nov 08 11:34:19 2022 +0100
+++ b/src/eric7/QScintilla/DocstringGenerator/GoogledocGenerator.py	Tue Nov 08 11:50:50 2022 +0100
@@ -4,13 +4,13 @@
 #
 
 """
-Module implementing the docstring generator for the 'sphinxdoc' style.
+Module implementing the docstring generator for the 'googledoc' style.
 """
 
 
-def generateGoogleDoc(functionInfo, editor):
+def generateDoc(functionInfo, editor):
     """
-    Function to generate the docstring line list iaw. Sphinx documentation
+    Function to generate the docstring line list iaw. Google documentation
     style.
 
     Note: Text is created with DESCRIPTION placeholders for descriptions and

eric ide

mercurial