-
Notifications
You must be signed in to change notification settings - Fork 1.7k
No doc for re-exported APIs #12759
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
Comments
Seems reasonable, but not urgent. Added this to the Later milestone. |
See also 5460 |
Removed this from the Later milestone. |
Set owner to @efortuna. |
Marked this as blocking #9557. |
Issue #15158 has been merged into this issue. |
Is this fixed? It looks like e.g. the http library docs contain re-exported members: http://test.dartdoc-next.appspot.com/#http/http |
The bulk of it is fixed, but there are a few details that I'm still working out like the parameter links on the methods can sometimes be a little wacky. But yes, it's probably enough for you to proceed on your end. |
Added Fixed label. |
If you generate docs for the sequence_zip package, you see no classes. Instead, you should probably get docs for all the APIs in the libraries that sequence_zip exports. Or at least you should automatically get links to those libraries.
Details: sequence_zip exports iterable_zip and stream_zip. When I generate docs for the sequence_zip directory, I get docs for all 3 packages, but there's nothing at all in the sequence_zip docs.
I'll work around this by adding a class description that links to those two libraries.
This problem is also in the old dartdoc. In fact, it's worse, since for some reason it doesn't generate docs for the iterable_zip or stream_zip libraries either. (Bug 10585 might be the same.)
The text was updated successfully, but these errors were encountered: