mediawiki-extensions-Visual.../.docs/config.json
Timo Tijhof f42cf1f924 docs: Remove JSDuck 4 support
And migrate deprecated "-no_doc" option.

Change-Id: I2e1e89408328c614a89f6c4e408df90d1e346d76
2014-04-29 20:20:49 +02:00

20 lines
498 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",
"--output": "../docs",
"--": [
"./external.js",
"../lib/ve/.docs/external.js",
"../lib/ve/lib/oojs",
"../lib/ve/lib/oojs-ui",
"../lib/ve/modules",
"../modules/ve-mw"
]
}