summaryrefslogtreecommitdiff
path: root/.jsdocrc.json
diff options
context:
space:
mode:
Diffstat (limited to '.jsdocrc.json')
-rw-r--r--.jsdocrc.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/.jsdocrc.json b/.jsdocrc.json
new file mode 100644
index 0000000..99d9401
--- /dev/null
+++ b/.jsdocrc.json
@@ -0,0 +1,12 @@
+{
+ "source": {
+ "include": "./",
+ "includePattern": ".js$"
+ },
+ "plugins": ["plugins/markdown"],
+ "opts": {
+ "recurse": false,
+ "destination": "./dist/docs/",
+ "readme": "./README.md"
+ }
+}