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.
2 parents e20dee1 + 0eff0d6 commit 6de5132Copy full SHA for 6de5132
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