Advertisement
Thibstars

Ant Target for JavaDoc generation

Sep 13th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.22 KB | None | 0 0
  1. <!-- Generate javadoc for current project into ${doc.dir} -->
  2.     <target name="javadoc" depends="init" description="generate documentation">
  3.         <javadoc sourcepath="${source.dir}" destdir="${doc.dir}"/>
  4.     </target>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement