Skip to content

Some re-exported symbols have the wrong library links #1345

@eseidelGoogle

Description

@eseidelGoogle

For example MaskFilter:
https://docs.flutter.io/flutter/dart-ui/MaskFilter-class.html
Has the "Widgets" library link in its header, but it's defined in dart:ui (and the url for it is correct!)
screen shot 2017-02-17 at 7 01 31 am

I would expect it to look more like other dart:ui defined classes and have a dart:ui library link which matches its url, like Window does:
screen shot 2017-02-17 at 7 04 02 am

Originally reported as flutter/flutter#8239.

Likely just a small missing part of #1158.

Metadata

Metadata

Assignees

Labels

P1A high priority bug; for example, a single project is unusable or has many test failurescustomer-flutterIssues originating from important to Flutter

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions