Partial Fix #5654 - roojspacker - get it working as a doc tool...
[roojs1] / docs2 / symbols / Array.json
1 {
2   "name" : "Array",
3   "augments" : [
4   ],
5   "desc" : "",
6   "isSingleton" : false,
7   "isStatic" : false,
8   "isBuiltin" : true,
9   "config" : [
10   ],
11   "methods" : [
12     {
13       "name" : "indexOf",
14       "desc" : "Checks whether or not the specified object exists in the array.",
15       "isStatic" : false,
16       "isConstructor" : false,
17       "isPrivate" : false,
18       "memberOf" : "Array",
19       "example" : "",
20       "deprecated" : "",
21       "since" : "",
22       "see" : "",
23       "params" : [
24         {
25           "name" : "o",
26           "type" : "Object",
27           "desc" : "The object to check for",
28           "isOptional" : false
29         }
30       ],
31       "returns" : [
32         {
33           "name" : "",
34           "type" : "Number",
35           "desc" : "The index of o in the array (or -1 if it is not found)"
36         }
37       ]
38     },
39     {
40       "name" : "map",
41       "desc" : "Map (JS 1.6 compatibility)",
42       "isStatic" : false,
43       "isConstructor" : false,
44       "isPrivate" : false,
45       "memberOf" : "Array",
46       "example" : "",
47       "deprecated" : "",
48       "since" : "",
49       "see" : "",
50       "params" : [
51         {
52           "name" : "function",
53           "type" : "Function",
54           "desc" : "to call",
55           "isOptional" : false
56         }
57       ],
58       "returns" : [
59       ]
60     },
61     {
62       "name" : "remove",
63       "desc" : "Removes the specified object from the array.  If the object is not found nothing happens.",
64       "isStatic" : false,
65       "isConstructor" : false,
66       "isPrivate" : false,
67       "memberOf" : "Array",
68       "example" : "",
69       "deprecated" : "",
70       "since" : "",
71       "see" : "",
72       "params" : [
73         {
74           "name" : "o",
75           "type" : "Object",
76           "desc" : "The object to remove",
77           "isOptional" : false
78         }
79       ],
80       "returns" : [
81       ]
82     }
83   ],
84   "events" : [
85   ]
86 }