Mercurial > lada > lada-client
comparison jsduck.json @ 339:564ac7b313b2
Added condiguration file for generating documentation based on Jsduck.
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 13 Aug 2013 09:45:26 +0200 |
parents | |
children | 3bfe2ec133e9 |
comparison
equal
deleted
inserted
replaced
338:593e723dec55 | 339:564ac7b313b2 |
---|---|
1 { | |
2 "--title": "Lada Client", | |
3 "--": [ | |
4 "extjs/src", | |
5 "app.js", | |
6 "app" | |
7 ], | |
8 "--warnings": [ | |
9 "-no_doc:extjs/src", | |
10 "-no_doc_member:extjs/src", | |
11 "-link:extjs/src", | |
12 "-type_name:extjs/src" | |
13 ], | |
14 "--ignore-html": [ | |
15 "locale", | |
16 "debug" | |
17 ], | |
18 "--images": "extjs/docs/images", | |
19 "--builtin-classes": true, | |
20 "--seo": true, | |
21 "--output": "doc" | |
22 } |