~keith-hughitt/helioviewer.org/2.0

« back to all changes in this revision

Viewing changes to scripts/jsdoc-toolkit/app/plugins/functionCall.js

  • Committer: Keith Hughitt
  • Date: 2010-03-24 11:14:04 UTC
  • Revision ID: hughitt1@io-20100324111404-tjat3xqy09nqvwik
Helioviewer.orgĀ 2.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
JSDOC.PluginManager.registerPlugin(
 
2
        "JSDOC.functionCall",
 
3
        {
 
4
                onFunctionCall: function(functionCall) {
 
5
                        if (functionCall.name == "dojo.define" && functionCall.arg1) {
 
6
                                functionCall.doc = "/** @lends "+eval(functionCall.arg1)+".prototype */";
 
7
                        }
 
8
                }
 
9
        }
 
10
);
 
 
b'\\ No newline at end of file'