mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-12 09:09:25 +00:00
bed5988be2
Used in VE-core since Ib7beda39; not entirely sure how the pull-through merged without this. Change-Id: Ib4b91d1cf7ed63550d47ac90d8972eff023950b6
23 lines
651 B
JSON
23 lines
651 B
JSON
{
|
|
"--title": "VisualEditor - Documentation",
|
|
"--output": "docs",
|
|
"--categories": ".jsduck/categories.json",
|
|
"--eg-iframe": ".jsduck/eg-iframe.html",
|
|
"--tags": ".jsduck/CustomTags.rb",
|
|
"--processes": "0",
|
|
"--warnings-exit-nonzero": true,
|
|
"--builtin-classes": true,
|
|
"--external": "HTMLDocument,Window,Node,Text,Set,Range,Selection,ClientRect,File,Blob,DataTransfer,DataTransferItem,KeyboardEvent,MouseEvent",
|
|
"--warnings": ["-nodoc(class,public)"],
|
|
"--": [
|
|
".jsduck/external.js",
|
|
"lib/ve/.jsduck/external.js",
|
|
"lib/ve/lib/oojs",
|
|
"lib/ve/lib/oojs-ui",
|
|
"lib/ve/lib/unicodejs",
|
|
"lib/ve/src",
|
|
"lib/ve/tests",
|
|
"modules/ve-mw"
|
|
]
|
|
}
|