mediawiki-extensions-Popups/jsdoc.json
Piotr Miazga 4e60909171 Generate docs inside doc folder
Currently we have two docs folders:
 * doc which contains human-made documentation
 * docs which contains autogenerated documentation
To clean-up I moved the jsdoc target to doc/autogenerated so
we have only one documentation folder

Bug: T158236
Change-Id: I33166a84a4856e506e574e4194fa0c596b630b34
2017-05-30 10:16:57 -04:00

18 lines
226 B
JSON

{
"source": {
"include": [
"src/"
]
},
"opts": {
"destination": "doc/autogenerated/",
"recurse": true
},
"plugins": [
"plugins/markdown"
],
"tags": {
"allowUnknownTags": false
}
}