Skip to content

If a const is just an alias, it should link to the other const #880

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
skybrian opened this issue Aug 31, 2015 · 3 comments
Closed

If a const is just an alias, it should link to the other const #880

skybrian opened this issue Aug 31, 2015 · 3 comments

Comments

@skybrian
Copy link

On the web_gl front page [1], there are a bunch of constants that are just aliases. For example:

int ACTIVE_ATTRIBUTES = RenderingContext.ACTIVE_ATTRIBUTES
const

It seems like I should be able to click on the second "ACTIVE_ATTRIBUTES" and it should take me to the other const. Similarly on the detail page [2].

[1] https://api.dartlang.org/1.12.0/dart-web_gl/dart-web_gl-library.html
[2] https://api.dartlang.org/1.12.0/dart-web_gl/ACTIVE_ATTRIBUTES.html

@seaneagan
Copy link
Contributor

According to #97 it should work now, but clearly it doesn't in the docs you linked.

@sethladd
Copy link
Contributor

sethladd commented Sep 1, 2015

The api.dartlang.org site needs to have its contents regenerated. It's on an older version of the docs. See dart-archive/api.dart.dev#42

@sethladd
Copy link
Contributor

sethladd commented Sep 1, 2015

Closing out, but thanks for the feedback!

@sethladd sethladd closed this as completed Sep 1, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants