2017-05-19 11:28:35 +00:00
|
|
|
{
|
|
|
|
"source": {
|
|
|
|
"include": [
|
|
|
|
"src/"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"opts": {
|
2017-05-29 16:49:01 +00:00
|
|
|
"destination": "doc/autogenerated/",
|
2017-05-19 11:28:35 +00:00
|
|
|
"recurse": true
|
|
|
|
},
|
|
|
|
"plugins": [
|
|
|
|
"plugins/markdown"
|
|
|
|
],
|
|
|
|
"tags": {
|
|
|
|
"allowUnknownTags": false
|
|
|
|
}
|
|
|
|
}
|