Polishing

This commit is contained in:
Sébastien Deleuze 2025-01-09 17:53:28 +01:00
parent 52f325db82
commit 87f1961c3e
1 changed files with 1 additions and 1 deletions

View File

@ -76,8 +76,8 @@ javadoc {
options.header = project.name
options.use = true
options.links(project.ext.javadocLinks)
// Check for syntax during linting.
options.setOutputLevel(JavadocOutputLevel.QUIET)
// Check for syntax during linting.
options.addBooleanOption("Xdoclint:syntax", true)
// Suppress warnings due to cross-module @see and @link references.