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

Link between nested type siblings #235

Open
@slashmo

Description

@slashmo

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions