dart-lang/dartdoc

Enum members do not get their own page -- breaks links and search

Levi-Lesches opened this issue · 2 comments

To reproduce:

I think this also shows up if you reference an enum in a doc comment.

Something like

enum MyEnum {
  myVal,
}

/// Has something to do with [MyEnum.myVal].
void something() {}

Sorry, this took me too long to address. Fix is in presubmit.