1.4 javadoc insists on having this parameter otherwise it warns you every
time it makes an intelligent choice about where to break sentences. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@622 542714f4-19e9-0310-aa3c-eee0fc999fb1
This commit is contained in:
@@ -45,7 +45,8 @@
|
||||
<target name="javadoc" depends="prepare">
|
||||
<javadoc sourcepath="src/java"
|
||||
packagenames="com.threerings.*"
|
||||
destdir="${javadoc.home}">
|
||||
destdir="${javadoc.home}"
|
||||
additionalparam="-breakiterator">
|
||||
<classpath>
|
||||
<fileset dir="${java.libraries}" includes="**/*.jar"/>
|
||||
<fileset dir="lib" includes="**/*.jar"/>
|
||||
|
||||
Reference in New Issue
Block a user