f4f4d817e04e2df5373e9e09f4da00a23db455eb
[gnome.introspection-doc-generator] / jsdocbuild.js
1 /**
2  * JSDOC bootstrap.. - documents javascript (not introspection)
3  *
4  * <script type="text/javascript">
5  */
6
7 // this files nice and simple 
8 BuildDocs = imports.JSDOC.BuildDocs.BuildDocs;
9
10 if (!Seed.argv[2]) {
11     
12    }
13
14 BuildDocs.build({
15     conf : Seed.argv[2]
16 });
17
18
19