diff options
author | Maximilian Krambach <[email protected]> | 2018-09-05 16:46:28 +0000 |
---|---|---|
committer | Maximilian Krambach <[email protected]> | 2018-09-05 16:46:28 +0000 |
commit | 1c618166fcd296b4e95f3a6ea9c415d3dca5ce0a (patch) | |
tree | 4ed33a570c4b999c656e66bb98c6ad43c9673223 /lang/js/jsdoc.conf | |
parent | estreams symbols for python bindings (diff) | |
download | gpgme-1c618166fcd296b4e95f3a6ea9c415d3dca5ce0a.tar.gz gpgme-1c618166fcd296b4e95f3a6ea9c415d3dca5ce0a.zip |
js: documentation cleanup
--
Diffstat (limited to 'lang/js/jsdoc.conf')
-rw-r--r-- | lang/js/jsdoc.conf | 2 |
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": "(^|\\/|\\\\)_" }, |