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

links broken to inherited enum class members #1232

Closed
chalin opened this issue Aug 24, 2016 · 1 comment
Closed

links broken to inherited enum class members #1232

chalin opened this issue Aug 24, 2016 · 1 comment
Labels
customer-google3 Issues originating from or important to Angular P2 A bug or feature request we're likely to work on

Comments

@chalin
Copy link
Contributor

chalin commented Aug 24, 2016

For example, visit https://angular.io/docs/dart/latest/api/angular2.security/TemplateSecurityContext-class.html. Click on any inherited class member like hashCode and this results in 404, page not found.

To reproduce locally:

  • Clone/checkout https://github.com/dart-lang/angular2
  • cd to the repo root.
  • Generate the api docs: dartdoc
  • View the results, say, with dhttpd --path doc/api
  • Search for TemplateSecurityContext to find the same page as the one given above.

cc @kwalrath

@chalin
Copy link
Contributor Author

chalin commented Dec 21, 2016

We're still seeing this in the AngularDart docs, e.g. https://webdev.dartlang.org/angular/api/angular2.compiler/PropertyBindingType-class

cc @kwalrath - could mark this as P2?

@devoncarew devoncarew added P2 A bug or feature request we're likely to work on customer-google3 Issues originating from or important to Angular labels Dec 22, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-google3 Issues originating from or important to Angular P2 A bug or feature request we're likely to work on
Projects
None yet
Development

No branches or pull requests

3 participants