-
Notifications
You must be signed in to change notification settings - Fork 127
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 failurescustomer-flutterIssues originating from important to FlutterIssues originating from important to Fluttertype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Right now we don't export all of vector_math in the Flutter docs, but we do export Matrix4. This results in Matrix4 being documented, but the types that it uses not being documented.
We should, IMHO, have a way to tell dartdoc that we want to include the documents for all our dependencies, with dartdoc automatically following the imports to find everything that's mentioned and documenting them all.
See also:
- In Flutter docs, classes are listed multiple times #1158 (about not including reexported types twice)
cc @devoncarew
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 failurescustomer-flutterIssues originating from important to FlutterIssues originating from important to Fluttertype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug