mirror of https://github.com/shred/acme4j
Make doclint less nagging.
I am not going to do "@return the result" javadocs. :)pull/17/merge
parent
c83df44eed
commit
ef8c85a763
1
pom.xml
1
pom.xml
|
@ -157,6 +157,7 @@
|
||||||
</links>
|
</links>
|
||||||
<charset>UTF-8</charset>
|
<charset>UTF-8</charset>
|
||||||
<linksource>true</linksource>
|
<linksource>true</linksource>
|
||||||
|
<additionalparam>-Xdoclint:syntax,reference</additionalparam>
|
||||||
</configuration>
|
</configuration>
|
||||||
</plugin>
|
</plugin>
|
||||||
</plugins>
|
</plugins>
|
||||||
|
|
Loading…
Reference in New Issue