Created
October 17, 2011 13:38
-
-
Save gipi/1292623 to your computer and use it in GitHub Desktop.
Add a documentation target to Android ant build file
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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