UNPKG

1.2 kBJSONView Raw
1[
2 {
3 "tags": [
4 {
5 "type": "module",
6 "string": "xplain"
7 },
8 {
9 "type": "class",
10 "string": "Sample math"
11 }
12 ],
13 "description": {
14 "full": "<p>Sample math operations</p>",
15 "summary": "<p>Sample math operations</p>",
16 "body": ""
17 },
18 "isPrivate": false,
19 "ignore": false
20 },
21 {
22 "tags": [
23 {
24 "type": "method",
25 "string": "add"
26 },
27 {
28 "type": "param",
29 "types": [
30 "Number"
31 ],
32 "name": "a",
33 "description": "First argument"
34 },
35 {
36 "type": "param",
37 "types": [
38 "Number"
39 ],
40 "name": "b",
41 "description": "Second argument"
42 },
43 {
44 "type": "public",
45 "string": ""
46 }
47 ],
48 "description": {
49 "full": "<p>Returns the sum of two numbers</p>",
50 "summary": "<p>Returns the sum of two numbers</p>",
51 "body": ""
52 },
53 "isPrivate": false,
54 "ignore": false,
55 "code": "function add(a, b) {\n\treturn a + b;\n}\n\nmodule.exports = add;",
56 "ctx": {
57 "type": "function",
58 "name": "add",
59 "string": "add()"
60 }
61 }
62]
\No newline at end of file