mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-16 10:59:56 +00:00
fc92e5aaf8
New changes: 181561b Support generic data transfer handlers ecdb379 Only replace selection when we know it has changed afb37fd Remove some errant references to MediaWiki/Parsoid that don't belong 82f57e0 Update OOjs UI to v0.8.0 489ff8a Simplify AlignableNode by inheriting from ClassAttributeNode bac7e30 Try html/plain text drop if no file handlers found Change-Id: Id75692418c331191ea638128fe835350e334837d
22 lines
597 B
JSON
22 lines
597 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,Range,Selection,ClientRect,File,DataTransferItem",
|
|
"--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"
|
|
]
|
|
}
|