We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 678006c commit 16f945aCopy full SHA for 16f945a
test/fixture/string-literal-key.output.json
@@ -135,7 +135,12 @@
135
}
136
},
137
"augments": [],
138
- "errors": [],
+ "errors": [
139
+ {
140
+ "message": "@memberof reference to obj not found",
141
+ "commentLineNumber": 0
142
+ }
143
+ ],
144
"examples": [],
145
"params": [],
146
"properties": [],
@@ -144,6 +149,8 @@
149
"throws": [],
150
"todos": [],
151
"name": "foo",
152
+ "memberof": "obj",
153
+ "scope": "static",
147
154
"members": {
148
155
"global": [],
156
"inner": [],
@@ -153,9 +160,10 @@
160
161
"path": [
162
{
- "name": "foo"
163
+ "name": "foo",
164
+ "scope": "static"
157
165
158
166
],
159
- "namespace": "foo"
167
+ "namespace": ".foo"
168
169
]
0 commit comments