Skip to content

Commit

Permalink
Enable more Javadoc doclint checks
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp authored and runningcode committed Feb 15, 2023
1 parent b768437 commit 765f2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/documentation.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ tasks {

this as StandardJavadocDocletOptions
splitIndex(true)
addBooleanOption("Xdoclint:reference", true)
addBooleanOption("Xdoclint:all,-accessibility,-missing", true)
addBooleanOption("html5", true)
addMultilineStringsOption("tag").value = listOf(
"apiNote:a:API Note:",
Expand Down

0 comments on commit 765f2dc

Please sign in to comment.