mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
908d1a8c19
To make integration and testing easier keeping references and tests unchanged. Change-Id: Ie808eaf0ffb754ba9c6be13810cfec2385d8de36
17 lines
393 B
JSON
17 lines
393 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,Window",
|
|
"--output": "../docs",
|
|
"--": [
|
|
"./external.js",
|
|
"../modules/oojs",
|
|
"../modules/unicodejs",
|
|
"../modules/ve"
|
|
]
|
|
}
|