diff options
author | Sven Gothel <[email protected]> | 2015-02-03 03:16:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-02-03 03:16:10 +0100 |
commit | b88ae2698abe197e64c8ec8571933eaf3b7b740a (patch) | |
tree | 33f9522fc305b57a4cc08aa6aa63cad006628ea9 /make/build-oculusvr.xml | |
parent | b4083d7faa9d10d7d927e0268354a786d6013677 (diff) |
Add javadoc arg (property 'javadoc.xarg1') '-Xdoclint:none' if java >= 1.8 (GlueGen commit d8dff4c9f2186749b167195eeb339c33f56864e8)
Diffstat (limited to 'make/build-oculusvr.xml')
-rw-r--r-- | make/build-oculusvr.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build-oculusvr.xml b/make/build-oculusvr.xml index aa0308365..48d48056d 100644 --- a/make/build-oculusvr.xml +++ b/make/build-oculusvr.xml @@ -686,6 +686,7 @@ bottom="" > <classpath refid="nativewindow_gluegen.classpath"/> <taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.jar}" /> + <arg value="${javadoc.xarg1}"/> </javadoc> </target> |