mediawiki-extensions-Visual.../.docs/config.json
C. Scott Ananian 8fbcef6d33 Updates to support jsduck 5.x
Change-Id: I16123e91370cb6a7785060c749530953f4c3ddf4
2013-09-23 13:46:26 -04:00

17 lines
375 B
JSON

{
"--title": "VisualEditor Code Documentation",
"--categories": "../.docs/categories.json",
"--eg-iframe": "../.docs/eg-iframe.html",
"--warnings": ["-no_doc"],
"--builtin-classes": true,
"--external": "HTMLDocument,Window",
"--output": "../docs",
"--": [
"./external.js",
"../modules/oojs",
"../modules/unicodejs",
"../modules/ve",
"../modules/ve-mw"
]
}