Skip to content
This repository was archived by the owner on Dec 4, 2025. It is now read-only.
This repository was archived by the owner on Dec 4, 2025. It is now read-only.

Is it possible to support Javadoc's HTML syntax when generating HTML documentation? #1098

Description

@tclxyao-cheng

Javadoc uses HTML syntax, and the generated HTML documents are encoded. We hope to fully support HTML syntax

Describe the solution you'd like

/**
 * Uncapitalizes a String <a href="https://link">link</a>
 */

=>

Uncapitalizes a String link

Additional context

Especially for link support, you can link some other pages in the document, such as sample code

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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions