From: Mark Holmquist Date: Wed, 12 Feb 2014 21:21:01 +0000 (-0800) Subject: Add external things to the JSDuck config X-Git-Tag: 1.31.0-rc.0~16937 X-Git-Url: https://git.cyclocoop.org/%27.%24link.%27?a=commitdiff_plain;h=b037b581e368613ef83cacc039324ca3150426d4;p=lhc%2Fweb%2Fwiklou.git Add external things to the JSDuck config oojs-ui relies on these, so the MW doc publish will be broken until we merge this change. Change-Id: Ib724b6e937e09749928317b8d56c286bb2d1f7f9 --- diff --git a/maintenance/jsduck/config.json b/maintenance/jsduck/config.json index e50a054bae..dae4e43fe5 100644 --- a/maintenance/jsduck/config.json +++ b/maintenance/jsduck/config.json @@ -7,6 +7,7 @@ "--warnings": ["-no_doc"], "--builtin-classes": true, "--output": "../../docs/js", + "--external": "HTMLElement,HTMLDocument,Window", "--": [ "./external.js", "../../resources/mediawiki/mediawiki.js",