6 """ |
6 """ |
7 Module implementing the docstring generator for the 'ericdoc' style. |
7 Module implementing the docstring generator for the 'ericdoc' 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. eric documentation |
13 Function to generate the docstring line list iaw. eric 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 |