aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/jsdoc.conf
diff options
context:
space:
mode:
authorMaximilian Krambach <[email protected]>2018-09-05 16:46:28 +0000
committerMaximilian Krambach <[email protected]>2018-09-05 16:46:28 +0000
commit1c618166fcd296b4e95f3a6ea9c415d3dca5ce0a (patch)
tree4ed33a570c4b999c656e66bb98c6ad43c9673223 /lang/js/jsdoc.conf
parentestreams symbols for python bindings (diff)
downloadgpgme-1c618166fcd296b4e95f3a6ea9c415d3dca5ce0a.tar.gz
gpgme-1c618166fcd296b4e95f3a6ea9c415d3dca5ce0a.zip
js: documentation cleanup
--
Diffstat (limited to 'lang/js/jsdoc.conf')
-rw-r--r--lang/js/jsdoc.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/js/jsdoc.conf b/lang/js/jsdoc.conf
index 12ae35e9..976f4e41 100644
--- a/lang/js/jsdoc.conf
+++ b/lang/js/jsdoc.conf
@@ -4,7 +4,7 @@
"dictionaries": ["jsdoc"]
},
"source": {
- "include": ["./src"],
+ "include": ["jsdoc_index.md", "./src"],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},