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

fix(java): rendering of @see hyperlink leads to errors #3554

Merged
merged 5 commits into from
May 19, 2022

Commits on May 19, 2022

  1. fix(java): rendering of @see hyperlink leads to errors

    JavaDoc complains about unexpected text when seeing:
    
    ```
    @see https://example.com/path
    ```
    
    Apparently it needs to be:
    
    ```
    @see <a href="https://example.com/path">...</a>
    ```
    
    Change the JavaDoc renderer.
    rix0rrr committed May 19, 2022
    Configuration menu
    Copy the full SHA
    73e244a View commit details
    Browse the repository at this point in the history
  2. Prettierrrrrr

    rix0rrr committed May 19, 2022
    Configuration menu
    Copy the full SHA
    fc34f0c View commit details
    Browse the repository at this point in the history
  3. Prettierrrrr 2

    rix0rrr committed May 19, 2022
    Configuration menu
    Copy the full SHA
    3836196 View commit details
    Browse the repository at this point in the history
  4. Update snapshots

    rix0rrr committed May 19, 2022
    Configuration menu
    Copy the full SHA
    dcf899d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bb38320 View commit details
    Browse the repository at this point in the history