Javadoc cleanup and improvements.

This commit is contained in:
Michael Bayne
2009-09-13 03:05:37 +00:00
parent d20d518b8e
commit 95e4e2d7da
11 changed files with 189 additions and 19 deletions
+3 -2
View File
@@ -111,11 +111,12 @@
<javadoc windowtitle="${lib.name} API" doctitle="${lib.name} API"
overview="${src.dir}/${doc.overview}" destdir="${javadoc.dir}"
additionalparam="-breakiterator"
link="http://samskivert.com/code/samskivert/samskivert/docs/api/">
link="http://samskivert.com/code/samskivert/docs/">
<packageset dir="${src.dir}">
<exclude name="com/samskivert/depot/impl/**"/>
<exclude name="com/samskivert/depot/tests/**"/>
<exclude name="com/samskivert/depot/EHCacheAdapter.java" unless="build.ehcache"/>
<exclude name="com/samskivert/depot/tools/**" unless="build.tools"/>
<exclude name="com/samskivert/depot/tests/**" unless="build.tests"/>
</packageset>
<bottom>Copyright &#169; 2006-${year} ${copyright.holder}. All Rights Reserved.</bottom>
<classpath refid="classpath"/>