[Lada-commits] [PATCH 55 of 56] Added condiguration file for generating documentation based on Jsduck

Wald Commits scm-commit at wald.intevation.org
Tue Aug 13 09:54:21 CEST 2013


# HG changeset patch
# User Torsten Irländer <torsten.irlaender at intevation.de>
# Date 1376379926 -7200
# Node ID 564ac7b313b252e94401405e777a5c8043feec9d
# Parent  593e723dec55302dff9eb84ae427d9bd21bce7a5
Added condiguration file for generating documentation based on Jsduck.

diff -r 593e723dec55 -r 564ac7b313b2 jsduck.json
--- /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"
+}


More information about the Lada-commits mailing list