mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-13 17:48:17 +00:00
b119b633cf
New changes: f5fe845bc ve.collab UI and bookmarklet e096b57e9 Localisation updates from https://translatewiki.net. 5ed427d39 FocusableNode: Try to redraw highlights during setup d966cf7be Exclude OOUI from generated JSDuck documentation 4abb6dfa6 Update OOUI to v0.49.0 Local changes: * Exclude OOUI from generated JSDuck documentation * ve.ui.MWConfirmationDialog: Remove copied documentation Added files: - .jsduck/external-ooui.js - collab/ve.ui.CollabProcessDialog.js - collab/ve.ui.CollabTool.js Bug: T185396 Bug: T250843 Bug: T356983 Change-Id: I8fcacbbf4f9f213e58af91cc79ef8e89b65895b4
26 lines
846 B
JSON
26 lines
846 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,HTMLBodyElement,HTMLHtmlElement,Window,Node,Text,Set,Range,Selection,ClientRect,File,FileList,Blob,DataTransfer,DataTransferItem,KeyboardEvent,MouseEvent,Promise,Storage,URL",
|
|
"--warnings": [ "-nodoc(class,public)", "-global", "-inheritdoc" ],
|
|
"--exclude": [
|
|
"lib/ve/rebaser/src/dm/",
|
|
"modules/ve-mw/tests/"
|
|
],
|
|
"--": [
|
|
".jsduck/external.js",
|
|
"lib/ve/.jsduck/external.js",
|
|
"lib/ve/.jsduck/external-ooui.js",
|
|
"lib/ve/lib/unicodejs/unicodejs.js",
|
|
"lib/ve/lib/treeDiffer/treeDiffer-dist.js",
|
|
"lib/ve/src",
|
|
"modules/ve-mw"
|
|
]
|
|
}
|