Skip to content
This repository has been archived by the owner on Jun 1, 2023. It is now read-only.

Link to nested type #236

Open
slashmo opened this issue Mar 29, 2021 · 0 comments
Open

Link to nested type #236

slashmo opened this issue Mar 29, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@slashmo
Copy link

slashmo commented Mar 29, 2021

Related to #235, it would be nice if nested types would be linked to:

enum Namespace {
  struct A {}
}

/// - Returns a `Namespace.A`.
func example() -> Namespace.A { Namespace.A() }

Here, the generated HTML currently links the "Namespace" part in the code snippet for the example() method, but not the "A" part.

@mattt mattt added the enhancement New feature or request label Jun 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants