Skip to content

Commit 4e583c8

Browse files
committed
Fix up "javadoc" target.
1 parent 5aec0c6 commit 4e583c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@
103103
</target>
104104

105105
<target name="javadoc" description="Generate Javadoc HTML.">
106-
<javadoc destdir="${dist.dir}/javadoc">
107-
<fileset dir="${src.dir}" includes="**/*.java" />
108-
</javadoc>
106+
<javadoc destdir="${dist.dir}/javadoc"
107+
link="http://download.oracle.com/javase/6/docs/api/"
108+
sourcepath="${src.dir}"/>
109109
</target>
110110

111111
<target name="format" description="Run the indenter on all source files.">

0 commit comments

Comments
 (0)