Now umldoclet works also with JDK1.3.1_02 (tested).
javadocs target now generates normal javadocs+uml docs. Each class javadoc has a corresponding uml page, with the same name but starting with uml- git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352422 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
fc8f2c8d2b
commit
e6f80fefa1
21
build.xml
21
build.xml
@ -370,6 +370,11 @@ printed.
|
||||
<param name="cent-target" value="javadocs"/>
|
||||
</antcall>
|
||||
|
||||
<antcall target="call-cent">
|
||||
<param name="cent-name" value="umldoclet"/>
|
||||
<param name="cent-target" value="doclet"/>
|
||||
</antcall>
|
||||
|
||||
</target>
|
||||
|
||||
<!-- ================================== -->
|
||||
@ -386,22 +391,6 @@ printed.
|
||||
|
||||
</target>
|
||||
|
||||
|
||||
<!-- ================================== -->
|
||||
<!-- Generate UML -WIP- -->
|
||||
<!-- ================================== -->
|
||||
|
||||
<target name="uml" depends="compile"
|
||||
description="generate-uml">
|
||||
|
||||
<antcall target="call-cent">
|
||||
<param name="cent-name" value="umldoclet"/>
|
||||
<param name="cent-target" value="doclet"/>
|
||||
</antcall>
|
||||
|
||||
</target>
|
||||
|
||||
|
||||
<!-- ================================== -->
|
||||
<!-- Check style -->
|
||||
<!-- ================================== -->
|
||||
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user