mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
889d8e6d5f
New changes: 65d4858 README: Add devDependencies badge 4d88b3a Replace boolean checks of getSlugAtOffset with hasSlugAtOffset b0edb58 Add getNativeRange method with optional DM range argument f59bb20 Separate computation of highlights from rendering 4face58 Remove getSelection*Client* methods c94234a Rename inlineRects to startAndEndRects everywhere 69c42c2 Allow specification of range when getting selection rectangles 7883250 Provide a method to get all the rectangles for a given selection c346ebd Work around Chrome's Range.getClientRects bug Change-Id: Idb695a64353177e5e5210bae3c4202e701f4d95e
22 lines
575 B
JSON
22 lines
575 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",
|
|
"--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"
|
|
]
|
|
}
|