Some javadoc plugin configuration updates

(cherry picked from commit 240c217)
This commit is contained in:
Joakim Erdfelt 2017-05-12 06:41:01 -07:00
parent 712b5bbcf9
commit 521cc6520f
1 changed files with 4 additions and 1 deletions

View File

@ -372,7 +372,10 @@
<encoding>UTF-8</encoding>
<docfilessubdirs>true</docfilessubdirs>
<detectLinks>false</detectLinks>
<detectJavaApiLink>true</detectJavaApiLink>
<detectJavaApiLink>false</detectJavaApiLink>
<show>protected</show>
<!-- needed for Java 8+ -->
<additionalparam>&#45;&#45;allow-script-in-comments</additionalparam>
<excludePackageNames>com.acme.*;org.slf4j.*;org.mortbay.*</excludePackageNames>
<links>
<link>http://docs.oracle.com/javase/8/docs/api/</link>