mediawiki-extensions-Multim.../jsduck.json
Prateek Saxena 8f1762a420 docs: Use the standard way of generating documentation
* Move the files from the docs directory
* Remove the generate script
* Add npm task

Change-Id: I2b404e132aab0be563c7abb9145ab607242c94cd
2016-03-11 16:13:50 +05:30

13 lines
253 B
JSON

{
"--title": "MultimediaViewer - Documentation",
"--categories": "jsduck.categories.json",
"--builtin-classes": true,
"--processes": "0",
"--warnings-exit-nonzero": true,
"--output": "docs",
"--": [
"jsduck.external.js",
"resources/mmv"
]
}