From 504d39a3fc2b76217c1f8295c220daa04f32ec95 Mon Sep 17 00:00:00 2001 From: Alan Cruikshanks Date: Fri, 8 Jul 2022 09:54:39 +0100 Subject: [PATCH] Remove jsdoc config (#894) We have no issues with using JSDoc and actually the team is encouraged when adding comments to use its format. However as there is hardly any comments in this repo it seems a bit much to maintain config for generating it! --- conf.jsdoc.json | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 conf.jsdoc.json diff --git a/conf.jsdoc.json b/conf.jsdoc.json deleted file mode 100644 index 3548d0b8..00000000 --- a/conf.jsdoc.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "plugins": [], - "recurseDepth": 10, - "source": { - "include" : ["./src/lib/connectors", "./src/lib/"], - "includePattern": ".*\\.js$" - }, - "sourceType": "module", - "tags": { - "allowUnknownTags": true, - "dictionaries": ["jsdoc","closure"] - }, - "templates": { - "cleverLinks": false, - "monospaceLinks": false - } -}