links broken to inherited enum class members #1232
Labels
customer-google3
Issues originating from or important to Angular
P2
A bug or feature request we're likely to work on
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:
dartdoc
dhttpd --path doc/api
TemplateSecurityContext
to find the same page as the one given above.cc @kwalrath
The text was updated successfully, but these errors were encountered: