diff --git a/jsdoc.json b/jsdoc.json new file mode 100644 index 0000000..2b2ca6e --- /dev/null +++ b/jsdoc.json @@ -0,0 +1,17 @@ +{ + "tags": { + "allowUnknownTags": true, + "dictionaries": ["jsdoc","closure"] + }, + "source": { + "include": ["src/"] + }, + "plugins": [ "plugins/markdown" ], + "templates": { + "cleverLinks": false, + "monospaceLinks": false + }, + "opts": { + "destination": "doc" + } +} \ No newline at end of file