mirror of https://github.com/pyodide/pyodide.git
19 lines
459 B
JSON
19 lines
459 B
JSON
{
|
|
"comment": "These are the default options except that we added pyodide-jsdoc-plugin.js",
|
|
"plugins": ["pyodide-jsdoc-plugin.js"],
|
|
"recurseDepth": 10,
|
|
"source": {
|
|
"includePattern": ".+\\.js(doc|x)?$",
|
|
"excludePattern": "((^|\\/|\\\\)_)|(.*gen.*)"
|
|
},
|
|
"sourceType": "module",
|
|
"tags": {
|
|
"allowUnknownTags": true,
|
|
"dictionaries": ["jsdoc", "closure"]
|
|
},
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
}
|
|
}
|