Add external things to the JSDuck config
authorMark Holmquist <mtraceur@member.fsf.org>
Wed, 12 Feb 2014 21:21:01 +0000 (13:21 -0800)
committerMark Holmquist <mtraceur@member.fsf.org>
Wed, 12 Feb 2014 21:21:01 +0000 (13:21 -0800)
oojs-ui relies on these, so the MW doc publish will be broken until we
merge this change.

Change-Id: Ib724b6e937e09749928317b8d56c286bb2d1f7f9

maintenance/jsduck/config.json

index e50a054..dae4e43 100644 (file)
@@ -7,6 +7,7 @@
        "--warnings": ["-no_doc"],
        "--builtin-classes": true,
        "--output": "../../docs/js",
+       "--external": "HTMLElement,HTMLDocument,Window",
        "--": [
                "./external.js",
                "../../resources/mediawiki/mediawiki.js",