eric6/Documentation/Source/cleanupSource.html

branch
maintenance
changeset 6989
8b8cadf8d7e9
parent 6942
2602857055c5
child 7273
391d6b7b1eff
equal deleted inserted replaced
6938:7926553b7509 6989:8b8cadf8d7e9
1 <!DOCTYPE html>
2 <html><head>
3 <title>cleanupSource</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>cleanupSource</h1>
23 <p>
24 Script for eric6 to clean up the source tree.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr><td>None</td></tr>
33 </table>
34 <h3>Functions</h3>
35 <table>
36 <tr>
37 <td><a href="#cleanupSource">cleanupSource</a></td>
38 <td>Cleanup the sources directory to get rid of leftover files and directories.</td>
39 </tr><tr>
40 <td><a href="#main">main</a></td>
41 <td>The main function of the script.</td>
42 </tr>
43 </table>
44 <hr /><hr />
45 <a NAME="cleanupSource" ID="cleanupSource"></a>
46 <h2>cleanupSource</h2>
47 <b>cleanupSource</b>(<i>dirName</i>)
48 <p>
49 Cleanup the sources directory to get rid of leftover files
50 and directories.
51 </p><dl>
52 <dt><i>dirName</i></dt>
53 <dd>
54 name of the directory to prune (string)
55 </dd>
56 </dl>
57 <div align="right"><a href="#top">Up</a></div>
58 <hr /><hr />
59 <a NAME="main" ID="main"></a>
60 <h2>main</h2>
61 <b>main</b>(<i>argv</i>)
62 <p>
63 The main function of the script.
64 </p><dl>
65 <dt><i>argv</i></dt>
66 <dd>
67 the list of command line arguments.
68 </dd>
69 </dl>
70 <div align="right"><a href="#top">Up</a></div>
71 <hr />
72 </body></html>

eric ide

mercurial