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