Skip to content

Commit

Permalink
Merge pull request #270 from jglick/doclint
Browse files Browse the repository at this point in the history
`-Xdoclint:all,-missing`
  • Loading branch information
jglick committed Jun 27, 2022
2 parents eea6174 + 01a2c59 commit 2dc1a69
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -282,6 +282,7 @@
<artifactId>maven-javadoc-plugin</artifactId>
<version>${maven-javadoc-plugin.version}</version>
<configuration>
<doclint>all,-missing</doclint>
<locale>en_US</locale>
</configuration>
</plugin>
Expand Down

0 comments on commit 2dc1a69

Please sign in to comment.