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

@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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

        Participants

        @mattt@slashmo

        Issue actions

          Link between nested type siblings · Issue #235 · SwiftDocOrg/swift-doc