eric6/QScintilla/DocstringGenerator/GoogledocGenerator.py

changeset 8000
47b15df088e4
parent 7998
cd41c844862f
diff -r 159689297bc0 -r 47b15df088e4 eric6/QScintilla/DocstringGenerator/GoogledocGenerator.py
--- a/eric6/QScintilla/DocstringGenerator/GoogledocGenerator.py	Fri Jan 22 16:55:43 2021 +0100
+++ b/eric6/QScintilla/DocstringGenerator/GoogledocGenerator.py	Sat Jan 23 12:02:52 2021 +0100
@@ -24,10 +24,11 @@
     @return list of docstring lines
     @rtype str
     """
+    # __IGNORE_WARNING_D202__
     lines = []
     
     # function description
-    lines.append("DESCRIPTION")
+    lines.append("")
     
     # remove 'self', 'this' or 'cls' from arguments list
     if (

eric ide

mercurial