From 5176f384a2d457453e0d722f133640987b4d792a Mon Sep 17 00:00:00 2001 From: murgatroid99 Date: Thu, 14 Jan 2016 18:29:17 -0800 Subject: [PATCH] Update Node API documentation generation configuration for move to repo root --- jsdoc_conf.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jsdoc_conf.json b/jsdoc_conf.json index 876a8e19..c3a0174f 100644 --- a/jsdoc_conf.json +++ b/jsdoc_conf.json @@ -3,13 +3,13 @@ "allowUnknownTags": true }, "source": { - "include": [ "index.js", "src" ], - "includePattern": ".+\\.js(doc)?$", + "include": [ "src/node/index.js", "src/node/src" ], + "includePattern": "src/node/.+\\.js(doc)?$", "excludePattern": "(^|\\/|\\\\)_" }, "opts": { "package": "package.json", - "readme": "README.md" + "readme": "src/node/README.md" }, "plugins": [], "templates": {