englercj / tsd-jsdoc

Compiles JSDoc annotated JavaScript into a Typescript Definition file (.d.ts)
MIT License
316 stars 42 forks source link

'Failed to find parent of doclet' errors #154

Open dhowe opened 11 months ago

dhowe commented 11 months ago

I get many of the errors below, one for each static member of each class, when I run jsdoc with the tsd-jsdoc template (but not when I use the default template):

[TSD-JSDoc] file.js:102:4 Failed to find parent of doclet 'SomeClass#staticProperty using memberof 'SomeClass', this is likely due to invalid JSDoc.