We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52f325d commit 87f1961Copy full SHA for 87f1961
gradle/spring-module.gradle
@@ -76,8 +76,8 @@ javadoc {
76
options.header = project.name
77
options.use = true
78
options.links(project.ext.javadocLinks)
79
- // Check for syntax during linting.
80
options.setOutputLevel(JavadocOutputLevel.QUIET)
+ // Check for syntax during linting.
81
options.addBooleanOption("Xdoclint:syntax", true)
82
83
// Suppress warnings due to cross-module @see and @link references.
0 commit comments