Skip to content

Commit

Permalink
Update jsdoc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Starman3787 committed Aug 5, 2024
1 parent 268a025 commit 1c3c19e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jsdoc.json
Original file line number Diff line number Diff line change
@@ -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"
}
}

0 comments on commit 1c3c19e

Please sign in to comment.