-
Notifications
You must be signed in to change notification settings - Fork 284
Closed
Description
In this case, user has a top-level type called Unit
in their library with no docs, and it shows the docs for base.Unit
in the UI:
The docs Unit
also produces the docs for base.Unit
, which is maybe okay (it's just doing a suffix lookup for Unit.doc
and finding just one result and displaying it), but messaging could be improved.
Adding Unit.doc : Doc
to the project doesn't seem to fix it in the UI (it still somehow shows the base.Unit
docs in the UI), though docs
correctly returns the user's docs in this case.