Advertisement
mwchase

JSDuck's unhelpful output

May 23rd, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.   "parentMixins": [
  3.  
  4.   ],
  5.   "subclasses": [
  6.  
  7.   ],
  8.   "doc": "<p>Global variables and functions.</p>\n",
  9.   "alternateClassNames": [
  10.  
  11.   ],
  12.   "statics": {
  13.     "cfg": [
  14.  
  15.     ],
  16.     "property": [
  17.  
  18.     ],
  19.     "method": [
  20.  
  21.     ],
  22.     "event": [
  23.  
  24.     ],
  25.     "css_var": [
  26.  
  27.     ],
  28.     "css_mixin": [
  29.  
  30.     ]
  31.   },
  32.   "tagname": "class",
  33.   "html_meta": {
  34.   },
  35.   "mixins": [
  36.  
  37.   ],
  38.   "requires": [
  39.  
  40.   ],
  41.   "members": {
  42.     "cfg": [
  43.  
  44.     ],
  45.     "property": [
  46.       {
  47.         "doc": "<hr />\n\n<p>OpenAjax.js</p>\n\n<p>Reference implementation of the OpenAjax Hub, as specified by OpenAjax Alliance.\nSpecification is under development at:</p>\n\n<p>  http://www.openajax.org/member/wiki/OpenAjax_Hub_Specification</p>\n\n<p>Copyright 2006-2007 OpenAjax Alliance</p>\n\n<p>Licensed under the Apache License, Version 2.0 (the \"License\"); you may not\nuse this file except in compliance with the License. You may obtain a copy\nof the License at http://www.apache.org/licenses/LICENSE-2.0 . Unless\nrequired by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.</p>\n\n<hr />\n",
  48.         "type": "Object",
  49.         "shortDoc": "OpenAjax.js\n\nReference implementation of the OpenAjax Hub, as specified by OpenAjax Alliance. ...",
  50.         "default": null,
  51.         "owner": "global",
  52.         "tagname": "property",
  53.         "html_type": "Object",
  54.         "inheritable": false,
  55.         "html_meta": {
  56.         },
  57.         "files": [
  58.           {
  59.             "linenr": 1,
  60.             "filename": "/Users/maxchase/Desktop/dojo-release-1.7.2/dojo/OpenAjax.js"
  61.           }
  62.         ],
  63.         "meta": {
  64.         },
  65.         "properties": [
  66.  
  67.         ],
  68.         "name": "",
  69.         "id": "property-",
  70.         "inheritdoc": null
  71.       }
  72.     ],
  73.     "method": [
  74.       {
  75.         "doc": "<hr />\n",
  76.         "shortDoc": " ...",
  77.         "owner": "global",
  78.         "tagname": "method",
  79.         "inheritable": false,
  80.         "html_meta": {
  81.         },
  82.         "files": [
  83.           {
  84.             "linenr": 433,
  85.             "filename": "/Users/maxchase/Desktop/dojo-release-1.7.2/dojo/_firebug/firebug.js.uncompressed.js"
  86.           }
  87.         ],
  88.         "meta": {
  89.         },
  90.         "name": "createFrame",
  91.         "id": "method-createFrame",
  92.         "inheritdoc": null,
  93.         "return": {
  94.           "doc": "\n",
  95.           "type": "undefined",
  96.           "html_type": "undefined",
  97.           "properties": [
  98.  
  99.           ],
  100.           "name": "return"
  101.         },
  102.         "params": [
  103.  
  104.         ]
  105.       }
  106.     ],
  107.     "event": [
  108.  
  109.     ],
  110.     "css_var": [
  111.  
  112.     ],
  113.     "css_mixin": [
  114.  
  115.     ]
  116.   },
  117.   "component": false,
  118.   "files": [
  119.     {
  120.       "href": "",
  121.       "linenr": 0,
  122.       "filename": ""
  123.     }
  124.   ],
  125.   "meta": {
  126.   },
  127.   "name": "global",
  128.   "mixedInto": [
  129.  
  130.   ],
  131.   "aliases": {
  132.   },
  133.   "uses": [
  134.  
  135.   ],
  136.   "superclasses": [
  137.  
  138.   ]
  139. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement