mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
c9b31e2d7e
https://github.com/senchalabs/jsduck/issues/502 Change-Id: I4463f512849c7b21bc88e085c078079f50dffe6b
18 lines
404 B
JSON
18 lines
404 B
JSON
{
|
|
"--title": "VisualEditor Code Documentation",
|
|
"--categories": "../.docs/categories.json",
|
|
"--eg-iframe": "../.docs/eg-iframe.html",
|
|
"--warnings": ["-no_doc"],
|
|
"--builtin-classes": true,
|
|
"--external": "HTMLDocument,Window,Node",
|
|
"--output": "../docs",
|
|
"--": [
|
|
"./external.js",
|
|
"../modules/oojs",
|
|
"../modules/oojs-ui",
|
|
"../modules/unicodejs",
|
|
"../modules/ve",
|
|
"../modules/ve-mw"
|
|
]
|
|
}
|