diff -r 0f3620304d7a -r 5a8179763e38 src/eric7/QScintilla/DocstringGenerator/GoogledocGenerator.py --- 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