Skip to content

dartdoc should display type parameter references #2781

Closed
@DartBot

Description

@DartBot

This issue was originally filed by @seaneagan


Currently for generic classes and interfaces, dartdoc does not display type parameter references used in constructors / members / method parameters / return types. For example, Collection#filter is declared as:

Collection<E> filter(bool f(E element));

but the HTML generated by dartdoc only displays:

Collection filter(bool f(element));

which makes it look like filter returns a Collection<Dynamic>

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions