File tree Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Expand file tree Collapse file tree 2 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 7
7
* foo(2);
8
8
* @throws {Error } if you give it something
9
9
* @throws {TypeError } if you give it something else
10
+ * @augments Foo
11
+ * @augments Bar
10
12
*/
11
13
module . exports = function ( ) {
12
14
// this returns 1
Original file line number Diff line number Diff line change 39
39
"name" : " TypeError"
40
40
}
41
41
},
42
+ {
43
+ "title" : " augments" ,
44
+ "description" : null ,
45
+ "lineNumber" : 9 ,
46
+ "type" : null ,
47
+ "name" : " Foo"
48
+ },
49
+ {
50
+ "title" : " augments" ,
51
+ "description" : null ,
52
+ "lineNumber" : 10 ,
53
+ "type" : null ,
54
+ "name" : " Bar"
55
+ },
42
56
{
43
57
"title" : " name" ,
44
58
"name" : " exports"
61
75
"column" : 0
62
76
},
63
77
"end" : {
64
- "line" : 10 ,
78
+ "line" : 12 ,
65
79
"column" : 3
66
80
}
67
81
},
68
82
"context" : {
69
83
"loc" : {
70
84
"start" : {
71
- "line" : 11 ,
85
+ "line" : 13 ,
72
86
"column" : 0
73
87
},
74
88
"end" : {
75
- "line" : 14 ,
89
+ "line" : 16 ,
76
90
"column" : 2
77
91
}
78
92
},
114
128
}
115
129
}
116
130
],
131
+ "augments" : [
132
+ {
133
+ "title" : " augments" ,
134
+ "description" : null ,
135
+ "lineNumber" : 9 ,
136
+ "type" : null ,
137
+ "name" : " Foo"
138
+ },
139
+ {
140
+ "title" : " augments" ,
141
+ "description" : null ,
142
+ "lineNumber" : 10 ,
143
+ "type" : null ,
144
+ "name" : " Bar"
145
+ }
146
+ ],
117
147
"name" : " exports" ,
118
148
"kind" : " function" ,
119
149
"memberof" : " module" ,
You can’t perform that action at this time.
0 commit comments