mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
46369a2969
New changes: e6554e8 Localisation updates from https://translatewiki.net. 397a53d Localisation updates from https://translatewiki.net. 56c5937 Provide isAlignable checks for alignable nodes 2431396 ce.ContentBranchNode: Don't compare new rendering with old on first render 0131fe8 ve.ce.GeneratedContentNode: Avoid calling $.fn.add, it's slow 89f66fc Fix documentation lies about rewrap event fb42667 Add insert/edit modes to FragmentInspector 511e0a7 Make ce.BranchNode#updateTagName do what its documentation says 626936d Localisation updates from https://translatewiki.net. 0cb3b6f build: Rename JSDuck config standard jsduck.json Change-Id: I58d210a549ea5faa2142f716ad37c2fad9be94f5
22 lines
617 B
JSON
22 lines
617 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/.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"
|
|
]
|
|
}
|