We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5aec0c6 commit 4e583c8Copy full SHA for 4e583c8
build.xml
@@ -103,9 +103,9 @@
103
</target>
104
105
<target name="javadoc" description="Generate Javadoc HTML.">
106
- <javadoc destdir="${dist.dir}/javadoc">
107
- <fileset dir="${src.dir}" includes="**/*.java" />
108
- </javadoc>
+ <javadoc destdir="${dist.dir}/javadoc"
+ link="http://download.oracle.com/javase/6/docs/api/"
+ sourcepath="${src.dir}"/>
109
110
111
<target name="format" description="Run the indenter on all source files.">
0 commit comments