2018-04-15 10:18:10 +00:00
|
|
|
{
|
2018-04-24 15:48:32 +00:00
|
|
|
"opts": {
|
2018-08-24 12:02:06 +00:00
|
|
|
"template": "./node_modules/jsdoc-nr-template",
|
2018-04-24 15:48:32 +00:00
|
|
|
"destination": "./docs",
|
|
|
|
"recurse": true
|
|
|
|
},
|
2018-04-15 10:18:10 +00:00
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": false,
|
|
|
|
"dictionaries": ["jsdoc"]
|
|
|
|
},
|
|
|
|
"source": {
|
2018-08-22 09:00:03 +00:00
|
|
|
"_include": [
|
2018-08-18 23:44:17 +00:00
|
|
|
"./packages/node_modules/@node-red/runtime/lib/api"
|
2018-04-15 10:18:10 +00:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"templates": {
|
|
|
|
"systemName": "Node-RED Runtime API",
|
|
|
|
"footer": "",
|
2018-08-24 12:02:06 +00:00
|
|
|
"copyright": "Released under the Apache License v2.0",
|
|
|
|
"default": {
|
|
|
|
"outputSourceFiles": false
|
|
|
|
}
|
2018-08-22 09:00:03 +00:00
|
|
|
},
|
|
|
|
"plugins": ["plugins/markdown"]
|
2018-04-15 10:18:10 +00:00
|
|
|
}
|