Now umldoclet creates javadocs with uml link on top.
Changed build.xml to reflect the change. Minor update in centipede.cent. git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352484 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca589e267b
commit
3c5c6fa0c9
@ -275,7 +275,7 @@
|
|||||||
description="Compile java source code">
|
description="Compile java source code">
|
||||||
|
|
||||||
<antcall target="call-cent">
|
<antcall target="call-cent">
|
||||||
<param name="cent-name" value="centipede"/>
|
<param name="cent-name" value="umldoclet"/>
|
||||||
<param name="cent-target" value="javadocs"/>
|
<param name="cent-target" value="javadocs"/>
|
||||||
</antcall>
|
</antcall>
|
||||||
|
|
||||||
|
@ -27,7 +27,11 @@
|
|||||||
<antidote/>
|
<antidote/>
|
||||||
<xmldoclet/> -->
|
<xmldoclet/> -->
|
||||||
<centipede>
|
<centipede>
|
||||||
<javadocs group="POIFS org.apache.poi.poifs*,HSSF org.apache.poi.hssf*,HPSF org.apache.poi.hpsf*,"/>
|
<javadocs group="POIFS org.apache.poi.poifs*,HSSF org.apache.poi.hssf*,HPSF org.apache.poi.hpsf*,">
|
||||||
|
<altenative views="uml">
|
||||||
|
<uml prefix="uml-" suffix="" extension="html"/>
|
||||||
|
</altenative>
|
||||||
|
</javadocs>
|
||||||
</centipede>
|
</centipede>
|
||||||
<junit/>
|
<junit/>
|
||||||
<jdepend/>
|
<jdepend/>
|
||||||
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user