-
Notifications
You must be signed in to change notification settings - Fork 719
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
Generated legend is missing items #1270
Comments
I'm seeing this issue regardless of mode. The legend is always empty. |
This can be reproduced still in 0.20 with a single exported function export function foo(){} The legend should have a function item, but is instead rendered empty. |
That looks like expected behavior to me. TypeDoc 0.20 only documents your exports, and neither Some nor None are exported. If you really want to include those - take a look at #1484. |
Regarding #1484, I don't use I hope I don't have to downgrade (and possibly fork to fix TS version dependency) to continue using typedoc? |
Sorry about that! I typoed the issue number. I meant to link to #1474 |
@Gerrit0 Thank you, that plugin fixed the issue 🙂. |
Originally posted by @mcmartincerny in #1136 (comment)
Pulling into a new issue to track.
The text was updated successfully, but these errors were encountered: