Skip to content
This repository was archived by the owner on Aug 9, 2022. It is now read-only.
This repository was archived by the owner on Aug 9, 2022. It is now read-only.

Support @see #7

Description

@steffen-wilke

Currently, the doclet doesn't provide support for the @see documentation tag. It would be great if it could produce a section with a list of links from these tags below the documentation similar to {@link ...} tags.
Example Input

/**
 * {DOCUMENTATION}
 * ....
 * @see SomeClass#someMethod()
 * @see SomeOtherClass
 */

Example Output:

{DOCUMENTATION}
....
See also SomeClass.someMethod(), SomeOtherClass

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions