Skip to content

Commit

Permalink
Re-add jsdoc.config.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Chi-EEE committed Oct 13, 2023
1 parent bd6474e commit f40cab4
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions frontend/jsdoc.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"plugins": [
"plugins/markdown"
],
"recurseDepth": 10,
"source": {
"include": [ "frontend/src" ],
"includePattern": ".+\\.js(doc|x)?$",
"excludePattern": "(^|\\/|\\\\)_"
},
"sourceType": "module",
"tags": {
"allowUnknownTags": true,
"dictionaries": ["jsdoc","closure"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
},
"opts": {
"encoding": "utf8",
"destination": "../docs/jsdoc",
"recurse": true
}
}

0 comments on commit f40cab4

Please sign in to comment.