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

Link between nested type siblings #235

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

Link between nested type siblings #235

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

Comments

@slashmo
Copy link

slashmo commented Mar 29, 2021

Given the following types:

enum Namespace {
  struct A {
    /// - Returns: A `B`.
    func b() -> B { B() }
  }
  struct B {
     /// - Returns: An `A`.
     func a() -> A { A() }
  }
}

It would be great if the generated HTML included links between the two nested types.

@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