16 |
16 |
17 a { color: #BA6D36; } |
17 a { color: #BA6D36; } |
18 |
18 |
19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
22 <h1>cleanupSource</h1> |
23 <h1>cleanupSource</h1> |
|
24 |
23 <p> |
25 <p> |
24 Script for eric6 to clean up the source tree. |
26 Script for eric6 to clean up the source tree. |
25 </p> |
27 </p> |
26 <h3>Global Attributes</h3> |
28 <h3>Global Attributes</h3> |
|
29 |
27 <table> |
30 <table> |
28 <tr><td>None</td></tr> |
31 <tr><td>None</td></tr> |
29 </table> |
32 </table> |
30 <h3>Classes</h3> |
33 <h3>Classes</h3> |
|
34 |
31 <table> |
35 <table> |
32 <tr><td>None</td></tr> |
36 <tr><td>None</td></tr> |
33 </table> |
37 </table> |
34 <h3>Functions</h3> |
38 <h3>Functions</h3> |
|
39 |
35 <table> |
40 <table> |
|
41 |
36 <tr> |
42 <tr> |
37 <td><a href="#cleanupSource">cleanupSource</a></td> |
43 <td><a href="#cleanupSource">cleanupSource</a></td> |
38 <td>Cleanup the sources directory to get rid of leftover files and directories.</td> |
44 <td>Cleanup the sources directory to get rid of leftover files and directories.</td> |
39 </tr><tr> |
45 </tr> |
|
46 <tr> |
40 <td><a href="#main">main</a></td> |
47 <td><a href="#main">main</a></td> |
41 <td>The main function of the script.</td> |
48 <td>The main function of the script.</td> |
42 </tr> |
49 </tr> |
43 </table> |
50 </table> |
44 <hr /><hr /> |
51 <hr /> |
|
52 <hr /> |
45 <a NAME="cleanupSource" ID="cleanupSource"></a> |
53 <a NAME="cleanupSource" ID="cleanupSource"></a> |
46 <h2>cleanupSource</h2> |
54 <h2>cleanupSource</h2> |
47 <b>cleanupSource</b>(<i>dirName</i>) |
55 <b>cleanupSource</b>(<i>dirName</i>) |
|
56 |
48 <p> |
57 <p> |
49 Cleanup the sources directory to get rid of leftover files |
58 Cleanup the sources directory to get rid of leftover files |
50 and directories. |
59 and directories. |
51 </p><dl> |
60 </p> |
|
61 <dl> |
|
62 |
52 <dt><i>dirName</i></dt> |
63 <dt><i>dirName</i></dt> |
53 <dd> |
64 <dd> |
54 name of the directory to prune (string) |
65 name of the directory to prune (string) |
55 </dd> |
66 </dd> |
56 </dl> |
67 </dl> |
57 <div align="right"><a href="#top">Up</a></div> |
68 <div align="right"><a href="#top">Up</a></div> |
58 <hr /><hr /> |
69 <hr /> |
|
70 <hr /> |
59 <a NAME="main" ID="main"></a> |
71 <a NAME="main" ID="main"></a> |
60 <h2>main</h2> |
72 <h2>main</h2> |
61 <b>main</b>(<i>argv</i>) |
73 <b>main</b>(<i>argv</i>) |
|
74 |
62 <p> |
75 <p> |
63 The main function of the script. |
76 The main function of the script. |
64 </p><dl> |
77 </p> |
|
78 <dl> |
|
79 |
65 <dt><i>argv</i></dt> |
80 <dt><i>argv</i></dt> |
66 <dd> |
81 <dd> |
67 the list of command line arguments. |
82 the list of command line arguments. |
68 </dd> |
83 </dd> |
69 </dl> |
84 </dl> |