Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[23] JEP 467 - Compiler changes for supporting markdown Javadoc comments #2731

Merged
merged 3 commits into from
Jul 23, 2024

Commits on Jul 19, 2024

  1. Compiler changes for supporting markdown Javadoc comments

    The changes especially include the scanner changes to recognize the
    markdown format and resolve, validate and report tags and references
    inside the markdown comments.
    jarthana committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    cb5efb0 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2024

  1. Fix failing formatter tests. Tests are failing due to markdown being

    converted to Javadoc without a distinction from regular Javadoc. This
    needs to be addressed in DOM
    jarthana committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    46a697d View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    3713fc6 View commit details
    Browse the repository at this point in the history