mediawiki-extensions-Multim.../jsduck.json
Timo Tijhof 8cf1956520 Update JSDuck config to standard jsduck.json
Also
* This way we don't need to pass the --config=jsduck.config.json
  parameter but can run plain 'jsduck' in Jenkins. Allowing it
  to use the standard job template.
* Remove redundant wrapper. Pass directory in jsduck.json instead.
  And use warnings-exit-nonzero for exit code. Have to pass processes=0
  due to https://github.com/senchalabs/jsduck/issues/525.
  Keeping a back-compat wrapper for now to allow easy migration
  from Jenkins.
* Remove 'footer' override.
* Use standard ' - Documentation' suffix, which makes the first
  part of the title render in bold.

Change-Id: I6c9c7a1f29df0a72dc8cd0d37a83aaef23068062
2015-03-05 23:42:59 +01:00

13 lines
252 B
JSON

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