9800b38250
This generates info for all symbols annotated with "@todo api" (when Plovr is replaced, this will become "@api"). Generated metadata is written to stdout. A separate process will handle the output.
16 lines
275 B
JSON
16 lines
275 B
JSON
{
|
|
"opts": {
|
|
"recurse": true,
|
|
"template": "buildcfg/jsdoc/symbols"
|
|
},
|
|
"tags": {
|
|
"allowUnknownTags": true
|
|
},
|
|
"source": {
|
|
"includePattern": "\\.js$"
|
|
},
|
|
"plugins": [
|
|
"buildcfg/jsdoc/symbols/todo-plugin"
|
|
]
|
|
}
|