Skip to content

Instantly share code, notes, and snippets.

@gipi
Created October 17, 2011 13:38
Show Gist options
  • Save gipi/1292623 to your computer and use it in GitHub Desktop.
Save gipi/1292623 to your computer and use it in GitHub Desktop.
Add a documentation target to Android ant build file
<target name="docs">
<javadoc
sourcepath="src/"
destdir="docs/"
/>
</target>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment