ThdlVersion.java is now generated before making Javadocs.
This commit is contained in:
parent
22c6ec5406
commit
983a9e2045
1 changed files with 2 additions and 2 deletions
|
@ -747,7 +747,7 @@
|
||||||
|
|
||||||
<target name="public-javadocs"
|
<target name="public-javadocs"
|
||||||
description="makes Javadoc documentation for public/protected classes, methods, and fields"
|
description="makes Javadoc documentation for public/protected classes, methods, and fields"
|
||||||
depends="init" >
|
depends="init,create-timestamp-source-code" >
|
||||||
<antcall target="our-javadocs">
|
<antcall target="our-javadocs">
|
||||||
<param name="access" value="protected"/>
|
<param name="access" value="protected"/>
|
||||||
<param name="our-javadocs-destdir" value="${publicjavadocs}"/>
|
<param name="our-javadocs-destdir" value="${publicjavadocs}"/>
|
||||||
|
@ -757,7 +757,7 @@
|
||||||
|
|
||||||
<target name="private-javadocs"
|
<target name="private-javadocs"
|
||||||
description="makes Javadoc documentation for all classes, methods, and fields, regardless of their protection level (public, private, etc.)"
|
description="makes Javadoc documentation for all classes, methods, and fields, regardless of their protection level (public, private, etc.)"
|
||||||
depends="init" >
|
depends="init,create-timestamp-source-code" >
|
||||||
<antcall target="our-javadocs">
|
<antcall target="our-javadocs">
|
||||||
<param name="access" value="private"/>
|
<param name="access" value="private"/>
|
||||||
<param name="our-javadocs-destdir" value="${privatejavadocs}"/>
|
<param name="our-javadocs-destdir" value="${privatejavadocs}"/>
|
||||||
|
|
Loading…
Reference in a new issue