From bfd26c004f1bbc07f049013ab4e8de970e14341f Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Sun, 20 Sep 2020 19:47:28 +0200 Subject: Recover from npm package --- config/jsdoc.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config/jsdoc.json (limited to 'config/jsdoc.json') diff --git a/config/jsdoc.json b/config/jsdoc.json new file mode 100644 index 0000000..1ad13c4 --- /dev/null +++ b/config/jsdoc.json @@ -0,0 +1,9 @@ +{ + "plugins": ["plugins/markdown"], + "opts": { + "destination": "doc", + "readme": "README.md", + "template": "node_modules/jsdoc-augmented-template", + "recurse": true + } +} -- cgit