Change javadoc produced from public only to protected as well
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/collections/trunk@131272 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
29e063ff3f
commit
f06da1d194
|
@ -1,4 +1,4 @@
|
|||
<!-- $Id: build.xml,v 1.45 2003/10/05 23:12:15 scolebourne Exp $ -->
|
||||
<!-- $Id: build.xml,v 1.46 2003/10/09 21:00:05 scolebourne Exp $ -->
|
||||
<project name="commons-collections" default="test" basedir=".">
|
||||
|
||||
<!-- patternset describing files to be copied from the doc directory -->
|
||||
|
@ -209,7 +209,7 @@
|
|||
windowtitle="${Name-Long}"
|
||||
doctitle="${Name-Long}"
|
||||
bottom="<small>Copyright &copy; 2001-${year} Apache Software Foundation. Documenation generated ${TODAY}</small>."
|
||||
public="true"
|
||||
protected="true"
|
||||
version="true"
|
||||
author="true"
|
||||
overview="${source.src.java}/org/apache/commons/collections/package.html"
|
||||
|
|
Loading…
Reference in New Issue