summaryrefslogtreecommitdiff
path: root/jarmonbuild/jsdoc.json
diff options
context:
space:
mode:
Diffstat (limited to 'jarmonbuild/jsdoc.json')
-rw-r--r--jarmonbuild/jsdoc.json11
1 files changed, 11 insertions, 0 deletions
diff --git a/jarmonbuild/jsdoc.json b/jarmonbuild/jsdoc.json
new file mode 100644
index 0000000..b2782a8
--- /dev/null
+++ b/jarmonbuild/jsdoc.json
@@ -0,0 +1,11 @@
+{
+ "plugins": ["plugins/markdown"],
+ "source": {
+ "excludePattern": "\\.test\\.js$"
+ },
+ "templates": {
+ "default": {
+ "useLongnameInNav": true
+ }
+ }
+}