2021-06-01 02:06:56 +00:00
|
|
|
{
|
2021-07-26 23:00:27 +00:00
|
|
|
"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
|
|
|
|
}
|
2021-06-01 02:06:56 +00:00
|
|
|
}
|