mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
f42cf1f924
And migrate deprecated "-no_doc" option. Change-Id: I2e1e89408328c614a89f6c4e408df90d1e346d76
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"--title": "VisualEditor Code Documentation",
|
|
"--categories": "../.docs/categories.json",
|
|
"--eg-iframe": "../.docs/eg-iframe.html",
|
|
"--tags": "./CustomTags.rb",
|
|
"--warnings": ["-nodoc(class,public)"],
|
|
"--builtin-classes": true,
|
|
"--warnings-exit-nonzero": true,
|
|
"--external": "HTMLDocument,Window,Node",
|
|
"--output": "../docs",
|
|
"--": [
|
|
"./external.js",
|
|
"../lib/ve/.docs/external.js",
|
|
"../lib/ve/lib/oojs",
|
|
"../lib/ve/lib/oojs-ui",
|
|
"../lib/ve/modules",
|
|
"../modules/ve-mw"
|
|
]
|
|
}
|