mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-14 10:04:52 +00:00
8fbcef6d33
Change-Id: I16123e91370cb6a7785060c749530953f4c3ddf4
17 lines
375 B
JSON
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"
|
|
]
|
|
}
|