Skip to content

dartdoc generates broken links for inherited fields in enums #1361

@jcollins-g

Description

@jcollins-g

As part of fixing #1360 I found this:

$ grind check-links
grinder running [check-links]

[check-links]
    * Not found: testing/test_package_docs/ex/Animal/hashCode.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/ex/Animal/runtimeType.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/ex/Animal/operator_equals.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/ex/Animal/noSuchMethod.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/ex/Animal/toString.html from ex/Animal-class.html
    * Not found: testing/test_package_docs/fake/Color/hashCode.html from fake/Color-class.html
    * Not found: testing/test_package_docs/fake/Color/runtimeType.html from fake/Color-class.html
    * Not found: testing/test_package_docs/fake/Color/operator_equals.html from fake/Color-class.html
    * Not found: testing/test_package_docs/fake/Color/noSuchMethod.html from fake/Color-class.html
    * Not found: testing/test_package_docs/fake/Color/toString.html from fake/Color-class.html

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work on

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions