mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-13 17:48:17 +00:00
4988efd35e
Initially just with a Wordbreak module to implement Unicode standard on 'Default Word Boundaries'. Due to it's standaloneability this has been written as a separate library. Non-BMP characters are currently not supported. Bug: 44085 Change-Id: Ieafa070076f4c36855684f6bc179667e28af2c25
16 lines
365 B
JSON
16 lines
365 B
JSON
{
|
|
"--title": "VisualEditor Code Documentation",
|
|
"--categories": "../.docs/categories.json",
|
|
"--meta-tags": "../.docs/MetaTags.rb",
|
|
"--eg-iframe": "../.docs/eg-iframe.html",
|
|
"--warnings": ["-no_doc"],
|
|
"--builtin-classes": true,
|
|
"--external": "HTMLDocument",
|
|
"--output": "../docs",
|
|
"--": [
|
|
"./external.js",
|
|
"../modules/unicodejs",
|
|
"../modules/ve"
|
|
]
|
|
}
|