mirror of
https://github.com/apache/commons-lang.git
synced 2025-02-06 18:18:22 +00:00
Javadoc no longer shows private attributes/methods.
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/lang/trunk@137411 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
4be9ee9124
commit
20147cce8e
@ -1,7 +1,7 @@
|
|||||||
<project name="Lang" default="compile" basedir=".">
|
<project name="Lang" default="compile" basedir=".">
|
||||||
<!--
|
<!--
|
||||||
"Lang" component of the Jakarta Commons Subproject
|
"Lang" component of the Jakarta Commons Subproject
|
||||||
$Id: build.xml,v 1.13 2003/07/04 15:26:38 bayard Exp $
|
$Id: build.xml,v 1.14 2003/07/12 03:58:02 bayard Exp $
|
||||||
-->
|
-->
|
||||||
<!-- ========== Initialize Properties ===================================== -->
|
<!-- ========== Initialize Properties ===================================== -->
|
||||||
<property file="${user.home}/${component.name}.build.properties"/>
|
<property file="${user.home}/${component.name}.build.properties"/>
|
||||||
@ -68,7 +68,6 @@
|
|||||||
overview="${source.home}/org/apache/commons/lang/overview.html"
|
overview="${source.home}/org/apache/commons/lang/overview.html"
|
||||||
packagenames="org.apache.commons.*"
|
packagenames="org.apache.commons.*"
|
||||||
author="true"
|
author="true"
|
||||||
private="true"
|
|
||||||
version="true"
|
version="true"
|
||||||
doctitle="<h1>${component.title}</h1>"
|
doctitle="<h1>${component.title}</h1>"
|
||||||
windowtitle="${component.title} (Version ${component.version})"
|
windowtitle="${component.title} (Version ${component.version})"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user