mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 14:56:20 +00:00
54f609324f
New changes: 5e35cc0 ve.Filibuster: Scrupulous state logging 82961d0 Re-sync bin/update-oojs.sh with equivalent script in MediaWiki core 2b540a7 Don't blank .static in ve.dm.Document cfbb0e6 Update OOjs to v1.0.12 59a25cb Update OOjs UI to v0.1.0-pre (944c47c5fe) Change-Id: I4713b73a7897c54da30db32db0ac66e8bcc1b208
22 lines
548 B
JSON
22 lines
548 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,Set",
|
|
"--output": "../docs",
|
|
"--": [
|
|
"./external.js",
|
|
"../lib/ve/.docs/external.js",
|
|
"../lib/ve/lib/oojs",
|
|
"../lib/ve/lib/oojs-ui",
|
|
"../lib/ve/lib/unicodejs",
|
|
"../lib/ve/src",
|
|
"../lib/ve/tests",
|
|
"../modules/ve-mw"
|
|
]
|
|
}
|