Changed javadoc to not include private classes, to include links to JDK docs, and to have correct copyright.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@149590 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Doug Cutting 2001-09-25 19:07:06 +00:00
parent adbb6adcec
commit a2ac9a68f1
2 changed files with 5 additions and 2 deletions

View File

@ -22,6 +22,9 @@ dist.dir=${final.name}
# javadoc packages
packages=org.apache.lucene.*
# javadoc link
javadoc.link=http://java.sun.com/products/jdk/1.3/docs/api/
build.dir = ./bin
build.classes = ${build.dir}/classes
build.lib = ${build.dir}/lib

View File

@ -271,12 +271,12 @@
packagenames="${packages}"
destdir="${build.javadocs}"
author="true"
private="true"
version="true"
use="true"
link="${javadoc.link}"
windowtitle="${Name} ${version} API"
doctitle="${Name} ${version} API"
bottom="Copyright © ${year} Lucene.com. All Rights Reserved."
bottom="Copyright © ${year} Apache Software Foundation. All Rights Reserved."
>
<classpath refid="classpath"/>
</javadoc>