summaryrefslogtreecommitdiffstats
path: root/build.xml
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2011-05-27 04:21:34 +0200
committerMichael Bien <[email protected]>2011-05-27 04:21:34 +0200
commitce775f60ea028ce3c9e6139f83427ea8a86e3d54 (patch)
tree7ae1f77ca26874dd3363bdc4e9c80993f97311c7 /build.xml
parenta444a384b808e423f2e8377ff14c69b0c4be043a (diff)
javadoc updates.
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml9
1 files changed, 7 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 4c11fc97..be9718bd 100644
--- a/build.xml
+++ b/build.xml
@@ -525,12 +525,18 @@
<fileset dir="${jogl.root}/build/javadoc"/>
</copy>
+ <copy file="${basedir}/src/com/jogamp/opencl/llb/package.html"
+ todir="${basedir}/gensrc/java/com/jogamp/opencl/llb" overwrite="true"/>
+
+ <copy file="${basedir}/src/com/jogamp/opencl/llb/gl/package.html"
+ todir="${basedir}/gensrc/java/com/jogamp/opencl/llb/gl" overwrite="true"/>
+
<javadoc author="${javadoc.author}" charset="UTF-8" destdir="${dist.javadoc.dir}"
docencoding="UTF-8" encoding="${javadoc.encoding.used}" failonerror="true"
noindex="${javadoc.noindex}" nonavbar="${javadoc.nonavbar}" notree="${javadoc.notree}"
private="${javadoc.private}" source="${javac.source}" splitindex="${javadoc.splitindex}"
use="${javadoc.use}" useexternalfile="true" version="${javadoc.version}"
- windowtitle="${javadoc.windowtitle}">
+ windowtitle="${javadoc.windowtitle}" overview="${basedir}/src/overview.html">
<arg line="${javadoc.additionalparam} -J-Dnativetaglet.mapping=${basedir}/resources/native-taglet.properties"/>
<taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.root}/${rootrel.build}/gluegen.jar"/>
@@ -555,7 +561,6 @@
<include name="**/*.java"/>
</fileset>
- <excludepackage name="com.jogamp.opencl.impl"/>
</javadoc>
</target>