Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

private tag on class #82

Closed
j4m3sb0mb opened this issue Jun 27, 2019 · 2 comments
Closed

private tag on class #82

j4m3sb0mb opened this issue Jun 27, 2019 · 2 comments

Comments

@j4m3sb0mb
Copy link

j4m3sb0mb commented Jun 27, 2019

I'm getting this error when I tag a class with /** @private */ tag also with private: false in config file:

[TSD-JSDoc] Failed to find parent of doclet 'classname#methodname' using memberof 'classname', this is likely due to invalid JSDoc.

@englercj
Copy link
Owner

Seems like something is being marked as a member of that private class, but when you mark something private and have private: false that class is totally hidden from the definitions we see. There is no difference between using a type marked private and using a type you never even defined.

The error is telling you it can't output the proper typings for something because it doesn't know what type it is.

@englercj
Copy link
Owner

Closing to track on #105.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants