mediawiki-extensions-Visual.../.docs/config.json
Timo Tijhof c9b31e2d7e doc: Add Node to the list of built-in types
https://github.com/senchalabs/jsduck/issues/502

Change-Id: I4463f512849c7b21bc88e085c078079f50dffe6b
2013-11-25 16:13:32 +00:00

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"
]
}