src/eric7/Documentation/Source/eric7.QScintilla.DocstringGenerator.EricdocGenerator.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
child 9503
ae9232bf4854
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.QScintilla.DocstringGenerator.EricdocGenerator</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.QScintilla.DocstringGenerator.EricdocGenerator</h1>
10
11 <p>
12 Module implementing the docstring generator for the 'ericdoc' style.
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22 <tr><td>None</td></tr>
23 </table>
24 <h3>Functions</h3>
25
26 <table>
27
28 <tr>
29 <td><a href="#generateEricDoc">generateEricDoc</a></td>
30 <td>Function to generate the docstring line list iaw.</td>
31 </tr>
32 </table>
33 <hr />
34 <hr />
35 <a NAME="generateEricDoc" ID="generateEricDoc"></a>
36 <h2>generateEricDoc</h2>
37 <b>generateEricDoc</b>(<i>functionInfo</i>)
38
39 <p>
40 Function to generate the docstring line list iaw. eric documentation style.
41 </p>
42 <p>
43 Note: Partial English text is created with DESCRIPTION placeholders
44 for descriptions and TYPE placeholders for type information
45 </p>
46 <dl>
47
48 <dt><i>functionInfo</i> (FunctionInfo)</dt>
49 <dd>
50 object containing the function information to base
51 the docstring on
52 </dd>
53 </dl>
54 <dl>
55 <dt>Return:</dt>
56 <dd>
57 list of docstring lines
58 </dd>
59 </dl>
60 <dl>
61 <dt>Return Type:</dt>
62 <dd>
63 str
64 </dd>
65 </dl>
66 <div align="right"><a href="#top">Up</a></div>
67 <hr />
68 </body></html>

eric ide

mercurial