Mercurial > lada > lada-client
changeset 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 | 593e723dec55 |
children | 7cddca668d21 |
files | jsduck.json |
diffstat | 1 files changed, 22 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/jsduck.json Tue Aug 13 09:45:26 2013 +0200 @@ -0,0 +1,22 @@ +{ + "--title": "Lada Client", + "--": [ + "extjs/src", + "app.js", + "app" + ], + "--warnings": [ + "-no_doc:extjs/src", + "-no_doc_member:extjs/src", + "-link:extjs/src", + "-type_name:extjs/src" + ], + "--ignore-html": [ + "locale", + "debug" + ], + "--images": "extjs/docs/images", + "--builtin-classes": true, + "--seo": true, + "--output": "doc" +}