Pass -breakiter to javadoc so it doesn't complain.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@474 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -54,7 +54,8 @@
|
|||||||
doctitle="${app.name} API"
|
doctitle="${app.name} API"
|
||||||
overview="${src.dir}/${doc.overview}"
|
overview="${src.dir}/${doc.overview}"
|
||||||
bottom="Copyright © 2001 ${copyright.holder}. All Rights Reserved."
|
bottom="Copyright © 2001 ${copyright.holder}. All Rights Reserved."
|
||||||
destdir="${javadoc.dir}">
|
destdir="${javadoc.dir}"
|
||||||
|
additionalparam="-breakiterator">
|
||||||
<classpath refid="classpath"/>
|
<classpath refid="classpath"/>
|
||||||
<link href="http://java.sun.com/j2se/1.3/docs/api/"/>
|
<link href="http://java.sun.com/j2se/1.3/docs/api/"/>
|
||||||
</javadoc>
|
</javadoc>
|
||||||
|
|||||||
Reference in New Issue
Block a user