mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
622180b6fa
Follows-up I44bcb79a59 and various other changes. Please remember to generate documentation and resolve all warnings before pushing into gerrit. Change-Id: I8a372443e841308463376d8673ce027a97bbcd30
15 lines
339 B
JSON
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"
|
|
]
|
|
}
|