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 753d975 commit 0eff0d6Copy full SHA for 0eff0d6
docs/source/api.js
@@ -269,7 +269,7 @@ function processFile(props) {
269
if ('constructor' in ctx && ctx.constructor === undefined) {
270
ctx.constructorWasUndefined = true;
271
}
272
-
+ if (!prop.tags) continue;
273
for (const __tag of prop.tags) {
274
// the following has been done, because otherwise no type could be applied for intellisense
275
/** @type {TagObject} */
0 commit comments