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-94f89814c4dfmaster
parent
e500cfb34b
commit
d28cd2cb26
|
|
@ -1877,7 +1877,8 @@
|
|||
Corporation. All Rights Reserved.</i>
|
||||
Generated at ${{TODAY}}:${{TSTAMP}} UTC"
|
||||
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}}"/>
|
||||
<classpath refid="server.build.classpath"/>
|
||||
<link href="http://java.sun.com/j2se/1.4/docs/api/"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue