-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurestype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
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.)
Metadata
Metadata
Assignees
Labels
P1A high priority bug; for example, a single project is unusable or has many test failuresA high priority bug; for example, a single project is unusable or has many test failurestype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug