Sha256: 5b7dd27e618c0d822a6d576230da77174a6054697d9bde54d55a22f2db4a95de
Contents?: true
Size: 263 Bytes
Versions: 132
Compression:
Stored size: 263 Bytes
Contents
JSDOC.PluginManager.registerPlugin( "JSDOC.functionCall", { onFunctionCall: function(functionCall) { if (functionCall.name == "dojo.define" && functionCall.arg1) { functionCall.doc = "/** @lends "+eval(functionCall.arg1)+".prototype */"; } } } );
Version data entries
132 entries across 131 versions & 14 rubygems