Skip to content

method arguments with typedefs don't render correctly in dartdocs #1778

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
Hixie opened this issue Oct 4, 2018 · 1 comment
Closed

method arguments with typedefs don't render correctly in dartdocs #1778

Hixie opened this issue Oct 4, 2018 · 1 comment
Labels
customer-flutter Issues originating from important to Flutter P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)

Comments

@Hixie
Copy link
Contributor

Hixie commented Oct 4, 2018

e.g. the onError argument in https://master-docs-flutter-io.firebaseapp.com/flutter/widgets/precacheImage.html renders as "void onError" instead of saying "ImageErrorListener", as per https://master-docs-flutter-io.firebaseapp.com/flutter/painting/ImageErrorListener.html.

cc @gspencergoog

@jcollins-g jcollins-g added type-bug Incorrect behavior (everything from a crash to more subtle misbehavior) P2 A bug or feature request we're likely to work on customer-flutter Issues originating from important to Flutter labels Oct 4, 2018
@jcollins-g
Copy link
Contributor

This is a subcase of one of the issues fixed in #1765 and so will be fixed when that lands. Tested with it to verify.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-flutter Issues originating from important to Flutter P2 A bug or feature request we're likely to work on type-bug Incorrect behavior (everything from a crash to more subtle misbehavior)
Projects
None yet
Development

No branches or pull requests

2 participants