javadoc Target im build script so angepasst, dass auch Members mit Sichtbarkeit package, protected und private mit eingebunden werden.

git-svn-id: https://svn.libreccm.org/ccm/trunk@559 8810af33-2d31-482b-a856-94f89814c4df
master
jensp 2010-10-06 18:28:39 +00:00
parent e500cfb34b
commit d28cd2cb26
1 changed files with 3 additions and 2 deletions

View File

@ -1877,9 +1877,10 @@
Corporation. All Rights Reserved.</i> Corporation. All Rights Reserved.</i>
Generated at ${{TODAY}}:${{TSTAMP}} UTC" Generated at ${{TODAY}}:${{TSTAMP}} UTC"
windowtitle="${{app.prettyname}} API Documentation" windowtitle="${{app.prettyname}} API Documentation"
doctitle="<h1>${{app.prettyname}} API Documentation</h1>"> doctitle="<h1>${{app.prettyname}} API Documentation</h1>"
access="private">
<packageset dir="${{build.src.dir}}"/> <packageset dir="${{build.src.dir}}"/>
<classpath refid="server.build.classpath"/> <classpath refid="server.build.classpath"/>
<link href="http://java.sun.com/j2se/1.4/docs/api/"/> <link href="http://java.sun.com/j2se/1.4/docs/api/"/>
<link href="http://java.sun.com/j2ee/tutorial/api/"/> <link href="http://java.sun.com/j2ee/tutorial/api/"/>
</javadoc> </javadoc>