|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.eric7_api</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.eric7_api</h1> |
|
10 |
|
11 <p> |
|
12 eric API Generator. |
|
13 </p> |
|
14 <p> |
|
15 This is the main Python script of the API generator. It is |
|
16 this script that gets called via the API generation interface. |
|
17 This script can be used via the commandline as well. |
|
18 </p> |
|
19 <h3>Global Attributes</h3> |
|
20 |
|
21 <table> |
|
22 <tr><td>None</td></tr> |
|
23 </table> |
|
24 <h3>Classes</h3> |
|
25 |
|
26 <table> |
|
27 <tr><td>None</td></tr> |
|
28 </table> |
|
29 <h3>Functions</h3> |
|
30 |
|
31 <table> |
|
32 |
|
33 <tr> |
|
34 <td><a href="#main">main</a></td> |
|
35 <td>Main entry point into the application.</td> |
|
36 </tr> |
|
37 <tr> |
|
38 <td><a href="#usage">usage</a></td> |
|
39 <td>Function to print some usage information.</td> |
|
40 </tr> |
|
41 <tr> |
|
42 <td><a href="#version">version</a></td> |
|
43 <td>Function to show the version information.</td> |
|
44 </tr> |
|
45 </table> |
|
46 <hr /> |
|
47 <hr /> |
|
48 <a NAME="main" ID="main"></a> |
|
49 <h2>main</h2> |
|
50 <b>main</b>(<i></i>) |
|
51 |
|
52 <p> |
|
53 Main entry point into the application. |
|
54 </p> |
|
55 <div align="right"><a href="#top">Up</a></div> |
|
56 <hr /> |
|
57 <hr /> |
|
58 <a NAME="usage" ID="usage"></a> |
|
59 <h2>usage</h2> |
|
60 <b>usage</b>(<i></i>) |
|
61 |
|
62 <p> |
|
63 Function to print some usage information. |
|
64 </p> |
|
65 <p> |
|
66 It prints a reference of all commandline parameters that may |
|
67 be used and ends the application. |
|
68 </p> |
|
69 <div align="right"><a href="#top">Up</a></div> |
|
70 <hr /> |
|
71 <hr /> |
|
72 <a NAME="version" ID="version"></a> |
|
73 <h2>version</h2> |
|
74 <b>version</b>(<i></i>) |
|
75 |
|
76 <p> |
|
77 Function to show the version information. |
|
78 </p> |
|
79 <div align="right"><a href="#top">Up</a></div> |
|
80 <hr /> |
|
81 </body></html> |