diff --git a/jsdoc.json b/jsdoc.json index be9ab774..024f4f97 100644 --- a/jsdoc.json +++ b/jsdoc.json @@ -1,8 +1,13 @@ { - "plugins": ["plugins/markdown", "plugins/importAssertions"], + "plugins": ["plugins/markdown"], "opts": { "template": "templates/default", "encoding": "utf8", "recurse": true + }, + "source": { + "include": ["."], + "includePattern": ".+\\.js(doc|x)?$", + "excludePattern": "compiledStructures.js|constants.js" } }