summaryrefslogtreecommitdiffstats
path: root/make/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'make/build.xml')
-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}"/>