mirror of https://github.com/apache/lucene.git
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:
parent
adbb6adcec
commit
a2ac9a68f1
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue