Skip to content

Request to improve dartdoc: show the list of extension of a class/enum in its documentation. #47231

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

Closed
gmpassos opened this issue Sep 16, 2021 · 1 comment

Comments

@gmpassos
Copy link
Contributor

Since an extension can introduce methods that won't be listed in a class/enum documentation, it will be very interesting to know that some extra methods, from extension X, exist in the same package of the documentation.

This can be easily implemented by showing the list of extensions that a class/enum has. This won't increase documentation size or duplicate content.

This will help the navigation through documentation and explain the real scenario and context that a developer has in the actual code.

@mraleph
Copy link
Member

mraleph commented Sep 16, 2021

This is duplicate of dart-lang/dartdoc#2021

@mraleph mraleph closed this as completed Sep 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants