Skip to content

Commit fe81156

Browse files
committed
Fix up javadoc target, again. (title, classpath)
1 parent 5683a1a commit fe81156

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

build.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,11 @@
105105
<target name="javadoc" description="Generate Javadoc HTML.">
106106
<javadoc destdir="${dist.dir}/javadoc"
107107
link="http://download.oracle.com/javase/6/docs/api/"
108-
sourcepath="${src.dir}"/>
108+
sourcepath="${src.dir}"
109+
Doctitle="${ant.project.name} ${version}"
110+
Windowtitle="${ant.project.name} ${version}">
111+
<classpath refid="build.classpath"/>
112+
</javadoc>
109113
</target>
110114

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

0 commit comments

Comments
 (0)