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 JavaDoc warnings and enforce zero errors in Gradle #2513

Merged
merged 5 commits into from Dec 16, 2021
Merged

Commits on Dec 14, 2021

  1. Fix JavaDoc warnings and enforce zero errors in Gradle

    Now, we ensure that our JavaDoc doesn't produce any warnings. The most
    common problems were using < instead of &lt; and & instead of the word
    "and".
    TimvdLippe committed Dec 14, 2021
    Copy the full SHA
    3df36ba View commit details
    Browse the repository at this point in the history
  2. Use https for junit link

    TimvdLippe committed Dec 14, 2021
    Copy the full SHA
    526c135 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    702e07c View commit details
    Browse the repository at this point in the history
  4. Remove header and footer option

    We don't actually need this information anymore, as javadoc.io already
    adds the information.
    TimvdLippe committed Dec 14, 2021
    Copy the full SHA
    8b5bd6d View commit details
    Browse the repository at this point in the history
  5. Fix JavaDoc for JDK 8

    TimvdLippe committed Dec 14, 2021
    Copy the full SHA
    518ca52 View commit details
    Browse the repository at this point in the history