-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
docgen: add support for classes and groups of things #15178
Labels
Comments
One approach could be using the |
77 tasks
Related #14332 |
I'm triagging issues we don't plan to tackle. We can reopen if it regains interest. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
At the moment, classes aren't well documented. Only the JSDoc from the class declaration is taken into account, but we should also include method information, etc. Example: token-list.
A different example that could fall in the same category, could be groups of things: functions or literal objects that contain other functions. See api-fetch as an example.
The text was updated successfully, but these errors were encountered: