Sha256: 7f67a05f751b0a01f06c106ac3a1640524745be164b1610908455f6362203201

Contents?: true

Size: 280 Bytes

Versions: 10

Compression:

Stored size: 280 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

10 entries across 10 versions & 1 rubygems

Version Path
sproutcore-0.9.14 jsdoc/app/plugins/functionCall.js
sproutcore-0.9.15 jsdoc/app/plugins/functionCall.js
sproutcore-0.9.19 jsdoc/app/plugins/functionCall.js
sproutcore-0.9.16 jsdoc/app/plugins/functionCall.js
sproutcore-0.9.17 jsdoc/app/plugins/functionCall.js
sproutcore-0.9.18 jsdoc/app/plugins/functionCall.js
sproutcore-0.9.20 jsdoc/app/plugins/functionCall.js
sproutcore-0.9.23 jsdoc/app/plugins/functionCall.js
sproutcore-0.9.21 jsdoc/app/plugins/functionCall.js
sproutcore-0.9.22 jsdoc/app/plugins/functionCall.js