summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarvey Harrison <[email protected]>2018-06-14 18:09:11 -0700
committerHarvey Harrison <[email protected]>2018-06-14 18:09:11 -0700
commit1878b8b9ba23f9eb52c638c1308bdf89e654541c (patch)
treea68300b47f59d3424f6581f9524ac66404890aea
parent446e633da4d2e29e8e3d5bebee9d60888b825a40 (diff)
j3dcore: ignore stricter doclint settings in JDK8 to allow javadoc build to succeed
Signed-off-by: Harvey Harrison <[email protected]>
-rw-r--r--build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.xml b/build.xml
index a136b39..8f710a0 100644
--- a/build.xml
+++ b/build.xml
@@ -146,6 +146,7 @@
<javadoc sourcepath="${src.dir}:${j3dtools.src.dir}:${vecmath.src.dir}"
packagenames="javax.media.j3d.*,com.sun.j3d.*,javax.vecmath.*"
destdir="${javadoc.dir}"
+ additionalparam="-Xdoclint:none"
windowtitle="Java3D ${version_base}">
</javadoc>
</target>