aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2013-07-17 16:16:17 +0200
committerSven Gothel <[email protected]>2013-07-17 16:16:17 +0200
commit5a1bd0c70ffce4a0530de4f3902050a87c669343 (patch)
tree8b1cbf836e6f57bbb8d6ad9132a85e829d4823ba
parent5dc0e8c2bfc686ccac0902ff09448cd2f3ad65b4 (diff)
Javadoc: Use JogAmp Stylesheet / Colors ..
-rw-r--r--make/build.xml24
1 files changed, 20 insertions, 4 deletions
diff --git a/make/build.xml b/make/build.xml
index 2eb5a8654..4b09f2535 100644
--- a/make/build.xml
+++ b/make/build.xml
@@ -386,13 +386,17 @@
encoding="UTF-8"
source="${target.sourcelevel}"
maxmemory="${javac.memorymax}"
- bottom="${javadoc.bottom}" >
+ bottom="${javadoc.bottom}"
+ stylesheetfile="${gluegen.make}/doc/javadoc/stylesheet.css">
<classpath refid="jogl_doc.classpath"/>
<link offline="true" href="${javadoc.link}" packagelistLoc="${gluegen.root}/make/142-packages" />
<link offline="false" href="${gluegen.link}" />
<arg line="-J-Dnativetaglet.mapping=${basedir}/native-taglet.properties"/>
<taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.jar}" />
</javadoc>
+ <copy todir="${javadoc.jogl.public.path}/resources" overwrite="true">
+ <fileset dir="${gluegen.make}/doc/javadoc/resources" includes="*" />
+ </copy>
</target>
<target name="javadoc.jogl.spec" depends="javadoc.init,javadoc.nw.spec">
@@ -408,7 +412,8 @@
encoding="UTF-8"
source="${target.sourcelevel}"
maxmemory="${javac.memorymax}"
- bottom="${javadoc.bottom}" >
+ bottom="${javadoc.bottom}"
+ stylesheetfile="${gluegen.make}/doc/javadoc/stylesheet.css">
<classpath refid="jogl_doc.classpath"/>
<link offline="true" href="${javadoc.link}" packagelistLoc="${gluegen.root}/make/142-packages" />
<link offline="false" href="${gluegen.link}" />
@@ -416,6 +421,9 @@
<link offline="false" href="../javadoc_nativewindow_spec" />
<taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.jar}" />
</javadoc>
+ <copy todir="${javadoc.jogl.spec.path}/resources" overwrite="true">
+ <fileset dir="${gluegen.make}/doc/javadoc/resources" includes="*" />
+ </copy>
</target>
<target name="javadoc.dev" depends="javadoc.init">
@@ -431,13 +439,17 @@
encoding="UTF-8"
source="${target.sourcelevel}"
maxmemory="${javac.memorymax}"
- bottom="${javadoc.bottom}" >
+ bottom="${javadoc.bottom}"
+ stylesheetfile="${gluegen.make}/doc/javadoc/stylesheet.css">
<classpath refid="jogl_doc.classpath"/>
<link offline="true" href="${javadoc.link}" packagelistLoc="${gluegen.root}/make/142-packages" />
<link offline="false" href="${gluegen.link}" />
<arg line="-J-Dnativetaglet.mapping=${basedir}/native-taglet.properties"/>
<taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.jar}" />
</javadoc>
+ <copy todir="${javadoc.jogl.dev.path}/resources" overwrite="true">
+ <fileset dir="${gluegen.make}/doc/javadoc/resources" includes="*" />
+ </copy>
</target>
<target name="javadoc.nw.spec" depends="javadoc.init">
@@ -453,13 +465,17 @@
encoding="UTF-8"
source="${target.sourcelevel}"
maxmemory="${javac.memorymax}"
- bottom="${javadoc.bottom}" >
+ bottom="${javadoc.bottom}"
+ stylesheetfile="${gluegen.make}/doc/javadoc/stylesheet.css">
<classpath refid="jogl_doc.classpath"/>
<link offline="true" href="${javadoc.link}" packagelistLoc="${gluegen.root}/make/142-packages" />
<link offline="false" href="${gluegen.link}" />
<arg line="-J-Dnativetaglet.mapping=${basedir}/native-taglet.properties"/>
<taglet name="net.highteq.nativetaglet.NativeTaglet" path="${gluegen.jar}" />
</javadoc>
+ <copy todir="${javadoc.nw.spec.path}/resources" overwrite="true">
+ <fileset dir="${gluegen.make}/doc/javadoc/resources" includes="*" />
+ </copy>
</target>
<target name="javadoc.zip" depends="javadoc.init">