Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5683a1a commit fe81156Copy full SHA for fe81156
build.xml
@@ -105,7 +105,11 @@
105
<target name="javadoc" description="Generate Javadoc HTML.">
106
<javadoc destdir="${dist.dir}/javadoc"
107
link="http://download.oracle.com/javase/6/docs/api/"
108
- sourcepath="${src.dir}"/>
+ sourcepath="${src.dir}"
109
+ Doctitle="${ant.project.name} ${version}"
110
+ Windowtitle="${ant.project.name} ${version}">
111
+ <classpath refid="build.classpath"/>
112
+ </javadoc>
113
</target>
114
115
<target name="format" description="Run the indenter on all source files.">
0 commit comments