mediawiki-extensions-Visual.../.docs/config.json
Trevor Parscal 622180b6fa Fix JSDuck warnings
Follows-up I44bcb79a59 and various other changes.

Please remember to generate documentation and resolve
all warnings before pushing into gerrit.

Change-Id: I8a372443e841308463376d8673ce027a97bbcd30
2013-02-26 00:44:21 +01:00

15 lines
339 B
JSON

{
"--title": "VisualEditor Code Documentation",
"--categories": "../.docs/categories.json",
"--meta-tags": "../.docs/MetaTags.rb",
"--eg-iframe": "../.docs/eg-iframe.html",
"--warnings": ["-no_doc"],
"--builtin-classes": true,
"--external": "HTMLDocument",
"--output": "../docs",
"--": [
"./external.js",
"../modules/ve"
]
}