mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
f59cd38eb3
New changes: 2e75a9b newFromDocumentInsertion: Also remap store indexes in internalList data f04b980 Transaction#newFromDocumentInsertion: Add some more tests 60d051c ve.ce.FocusableNode: Ignore children of elements using CSS column-count in Chrome 1089125 [BrowserTest] Update Gemfile.lock 3f376f5 [BrowserTest] Define Rubocop LineLength as 100 ee63e73 Work around Firefox bug allowing cursor in cE=false 505369a Unify data transfer handlers for paste and drop Change-Id: I5e9c3bdf45610cd4a46de7af9bec78fa1847c23c
22 lines
615 B
JSON
22 lines
615 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,Blob,DataTransfer,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"
|
|
]
|
|
}
|