src/eric7/Documentation/Source/cleanupSource.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8596
d64760b2da50
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>cleanupSource</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>cleanupSource</h1>
10
11 <p>
12 Script for eric to clean up the source tree.
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="#cleanupSource">cleanupSource</a></td>
30 <td>Cleanup the sources directory to get rid of leftover files and directories.</td>
31 </tr>
32 <tr>
33 <td><a href="#main">main</a></td>
34 <td>The main function of the script.</td>
35 </tr>
36 </table>
37 <hr />
38 <hr />
39 <a NAME="cleanupSource" ID="cleanupSource"></a>
40 <h2>cleanupSource</h2>
41 <b>cleanupSource</b>(<i>dirName</i>)
42
43 <p>
44 Cleanup the sources directory to get rid of leftover files
45 and directories.
46 </p>
47 <dl>
48
49 <dt><i>dirName</i></dt>
50 <dd>
51 name of the directory to prune (string)
52 </dd>
53 </dl>
54 <div align="right"><a href="#top">Up</a></div>
55 <hr />
56 <hr />
57 <a NAME="main" ID="main"></a>
58 <h2>main</h2>
59 <b>main</b>(<i>argv</i>)
60
61 <p>
62 The main function of the script.
63 </p>
64 <dl>
65
66 <dt><i>argv</i></dt>
67 <dd>
68 the list of command line arguments.
69 </dd>
70 </dl>
71 <div align="right"><a href="#top">Up</a></div>
72 <hr />
73 </body></html>

eric ide

mercurial