Using ant to generate javadoc for your android project
This process describes the generation of an android project using ANT, which will generate the project and also generate the javadoc documentation
If you want to generate JavaDoc for your project directly from the command line, you can easily do it by adding some extra configuration to the ant build.xml script.