From 761d081e84c04096dee479e86f19029ad5e93682 Mon Sep 17 00:00:00 2001 From: mdb Date: Mon, 26 Nov 2001 19:43:06 +0000 Subject: [PATCH] Pass -breakiter to javadoc so it doesn't complain. git-svn-id: https://samskivert.googlecode.com/svn/trunk@474 6335cc39-0255-0410-8fd6-9bcaacd3b74c --- projects/samskivert/build.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/samskivert/build.xml b/projects/samskivert/build.xml index f42464e8..ff08745c 100644 --- a/projects/samskivert/build.xml +++ b/projects/samskivert/build.xml @@ -54,7 +54,8 @@ doctitle="${app.name} API" overview="${src.dir}/${doc.overview}" bottom="Copyright © 2001 ${copyright.holder}. All Rights Reserved." - destdir="${javadoc.dir}"> + destdir="${javadoc.dir}" + additionalparam="-breakiterator">