aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2010-11-09 08:06:28 +0100
committerSven Gothel <[email protected]>2010-11-09 08:06:28 +0100
commiteddf305ce33ec1da8f1bc94337e81927ac1bcbae (patch)
tree6f85a4f20d41c6ca3760696c218cbd8739e97f44 /make
parent37dea2b98c67cb6b32baf88022e75cfc3b71879e (diff)
Enhance API doc .. package description etc
Diffstat (limited to 'make')
-rwxr-xr-xmake/build.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/make/build.xml b/make/build.xml
index b6c4ca4..3df306f 100755
--- a/make/build.xml
+++ b/make/build.xml
@@ -731,6 +731,7 @@
<javadoc packagenames="com.jogamp.*"
sourcepath="${src.java};${src.generated.java}"
destdir="${javadoc}" windowtitle="GlueGen Runtime Documentation"
+ overview="../src/java/com/jogamp/gluegen/package.html"
source="1.5"
maxmemory="256m" >
<classpath path="${classes}"/>