about summary refs log tree commit diff stats
path: root/js/scripting-lang/jsdoc.json
diff options
context:
space:
mode:
Diffstat (limited to 'js/scripting-lang/jsdoc.json')
-rw-r--r--js/scripting-lang/jsdoc.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/js/scripting-lang/jsdoc.json b/js/scripting-lang/jsdoc.json
new file mode 100644
index 0000000..2c15df9
--- /dev/null
+++ b/js/scripting-lang/jsdoc.json
@@ -0,0 +1,24 @@
+{
+  "tags": {
+    "allowUnknownTags": true
+  },
+  "source": {
+    "include": ["lang.js", "lexer.js", "parser.js"],
+    "includePattern": ".js$",
+    "excludePattern": "(node_modules/|docs/|repl/)"
+  },
+  "templates": {
+    "cleverLinks": false,
+    "monospaceLinks": true,
+    "useLongnameInNav": false,
+    "showInheritedInNav": true
+  },
+  "opts": {
+    "destination": "./docs",
+    "recurse": true,
+    "readme": "./README.md",
+    "package": "./package.json",
+    "tutorials": "./tutorials",
+    "template": "node_modules/minami"
+  }
+} 
\ No newline at end of file