SetupWizardLibrary/tools/docs
Maurice Lam a211294e1c [SuwLib] Generate javadocs
Configure javadocs so that it can be generated with `./gradlew docs`
Split self.gradle from build.gradle, so that self.gradle can be used
to configure tasks only available to a build on ub-setupwizard-*,
while build.gradle will be used for building from source in other
gradle projects (e.g. GMS core).

Bug: 21444334
Change-Id: Icec763ce7dcf8939b7918b580e17ae22353cb38c
2015-08-10 18:04:09 +00:00
..
README [SuwLib] Generate javadocs 2015-08-10 18:04:09 +00:00
android-22.txt [SuwLib] Generate javadocs 2015-08-10 18:04:09 +00:00
doclava.jar [SuwLib] Generate javadocs 2015-08-10 18:04:09 +00:00
jsilver.jar [SuwLib] Generate javadocs 2015-08-10 18:04:09 +00:00

README

This directory contains files needed to generate the documentations for setup wizard library.

android-22.txt:
    API definition file used to link with developer.android.com, using the -federationapi option
    in doclava. Copied from cs/#gmscore/config/android-22.txt

doclava.jar:
    Compiled jar version of Doclava. This can be found in out/host/linux-x86/framework/doclava.jar
    after a full platform build.

jsilver.jar:
    Dependency of Doclava. This can be found in out/host/linux-x86/framework/jsilver.jar after a
    full platform build.