Skip to content

UI shows docs for other FQN #4277

@pchiusano

Description

@pchiusano

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:

image

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions