src/eric7/QScintilla/DocstringGenerator/SphinxdocGenerator.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
6 """ 6 """
7 Module implementing the docstring generator for the 'sphinxdoc' style. 7 Module implementing the docstring generator for the 'sphinxdoc' style.
8 """ 8 """
9 9
10 10
11 def generateDoc(functionInfo, editor): 11 def generateDoc(functionInfo, editor): # noqa: U100
12 """ 12 """
13 Function to generate the docstring line list iaw. Sphinx documentation 13 Function to generate the docstring line list iaw. Sphinx documentation
14 style. 14 style.
15 15
16 Note: Text is created with DESCRIPTION placeholders for descriptions and 16 Note: Text is created with DESCRIPTION placeholders for descriptions and

eric ide

mercurial