mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
ea7ba5dd5f
The AppVeyor configuration appears to be unused - this project is not connected to AppVeyor. After deleting the AppVeyor config, the JSDoc config was the last thing in the `development/tools` directory. That felt a little silly, so I moved it up to `development`.
26 lines
535 B
JSON
26 lines
535 B
JSON
{
|
|
"tags": {
|
|
"allowUnknownTags": false
|
|
},
|
|
"source": {
|
|
"include": "app/scripts/",
|
|
"includePattern": ".js$",
|
|
"excludePattern": "(node_modules/|docs)"
|
|
},
|
|
"plugins": [
|
|
"plugins/markdown"
|
|
],
|
|
"opts": {
|
|
"template": "node_modules/radgrad-jsdoc-template/",
|
|
"encoding": "utf8",
|
|
"destination": "docs/jsdocs",
|
|
"recurse": true,
|
|
"verbose": true
|
|
},
|
|
"templates": {
|
|
"cleverLinks": false,
|
|
"monospaceLinks": false
|
|
}
|
|
}
|
|
|