diff --git a/.jsdoc.conf.json b/.jsdoc.conf.json index e7d5e38..9c02b16 100644 --- a/.jsdoc.conf.json +++ b/.jsdoc.conf.json @@ -1,7 +1,10 @@ { "source": { "include": ["."], - "includePattern": ".+\\.js(doc|x)?$", - "excludePattern": "node_modules" + "exclude": [ + "node_modules", + "commands/examples" + ], + "includePattern": ".+\\.js(doc|x)?$" } }