JSDOC.PluginManager.registerPlugin( "JSDOC.functionCall", { onFunctionCall: function(functionCall) { if (functionCall.name == "dojo.define" && functionCall.arg1) { functionCall.doc = "/** @lends "+eval(functionCall.arg1)+".prototype */"; } } } );
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 16445 | christiane_renck | Rename/move file(s) | ||
//guest/christiane_renck/MergeQuestJS/main/demos/JointJS/tools/jsdoc-toolkit/app/plugins/functionCall.js | |||||
#1 | 16444 | christiane_renck | Adding MergeQuestJS to the Workshop. |