- Timestamp:
- Apr 5, 2011 11:43:03 AM (14 years ago)
- Branches:
- axis_example, compt_changes, info-ops, master
- Children:
- 3c159d0
- Parents:
- 6dc10a7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
axis/build.xml
r6dc10a7 rb8d69ec 154 154 <!-- Documentation targets --> 155 155 <!-- Generate basic javadoc --> 156 <target name="doc" description="Generate API documentation"> 156 <target name="doc" depends="wsdl-parse" 157 description="Generate API documentation"> 157 158 <mkdir dir="${doc.dir}"/> 158 159 <javadoc sourcepath="${src.dir}" destdir="${doc.dir}" … … 162 163 163 164 <!-- Generate pedentically complete javadoc --> 164 <target name="dev-doc" 165 <target name="dev-doc" depends="wsdl-parse" 165 166 description="Generate detailed/developer API documentation"> 166 167 <mkdir dir="${devdoc.dir}"/>
Note: See TracChangeset
for help on using the changeset viewer.