Skip to content
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

Show upper bound of type parameter in generic in dartdoc-next (e.g. Point<T extends num> instead of Point<T>) #16294

Closed
DartBot opened this issue Jan 25, 2014 · 7 comments
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.

Comments

@DartBot
Copy link

DartBot commented Jan 25, 2014

This issue was originally filed by yu.as...@gmail.com


In dartdoc-next, the upper bound (“extends” clause) of a type parameter in a generic is not shown. For example, https://dartdoc-next-dot-dartlang-api.appspot.com/apidocs/channels/stable/#dart-math.Point shows just “Point<T>”, and does not seem to contain the information that T should be a subtype of num. It is better to show “Point<T extends num>” at the beginning like the current API documentation at https://api.dartlang.org/docs/channels/stable/latest/dart_math/Point.html.

@sgjesse
Copy link
Contributor

sgjesse commented Jan 25, 2014

Added Area-DartDocNext, Triaged labels.

@anders-sandholm
Copy link
Contributor

Removed Area-DartDocNext label.
Added Area-DartDoc label.

@kevmoo
Copy link
Member

kevmoo commented Mar 17, 2014

Added Pkg-DartDoc label.

@kevmoo
Copy link
Member

kevmoo commented Mar 17, 2014

Removed Area-DartDoc label.
Added Area-Pkg label.

@kevmoo
Copy link
Member

kevmoo commented Apr 7, 2014

Removed Pkg-DartDoc label.
Added Pkg-DocGen label.

@sethladd
Copy link
Contributor

@sethladd
Copy link
Contributor

Moved to dart-lang/dartdoc#94


Added MovedToGithub label.

@DartBot DartBot added Type-Defect area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams. labels Jan 12, 2015
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-pkg Used for miscellaneous pkg/ packages not associated with specific area- teams.
Projects
None yet
Development

No branches or pull requests

5 participants