diff options
author | Brian Carlstrom <bdc@google.com> | 2011-01-05 17:48:05 -0800 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2011-01-05 21:51:50 -0800 |
commit | dc3c15284f838a1330135249b7b8255b616b4670 (patch) | |
tree | 5fce65ed60d84e805fde72a44f0c22a8f78283e5 /Docs.mk | |
parent | b87641ec071d590794d7cebefaf0e8fd7fa92d7a (diff) | |
download | libcore-dc3c15284f838a1330135249b7b8255b616b4670.zip libcore-dc3c15284f838a1330135249b7b8255b616b4670.tar.gz libcore-dc3c15284f838a1330135249b7b8255b616b4670.tar.bz2 |
Add libcore-docs target
Add a local droiddoc target that cuts the review time for javadoc
changes from several minutes to less than a minute.
Docs.mk is the list of directories to javadoc within libcore that was
refactored from frameworks/base/Android.mk
Change-Id: I5c12b48e71b849c2883ebaafaddea5f6c6dea857
Diffstat (limited to 'Docs.mk')
-rw-r--r-- | Docs.mk | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +# List of libcore directories to include in documentation. +# Shared between libcore and frameworks/base. + +libcore_to_document := \ + dalvik/src/main/java/dalvik \ + json/src/main/java \ + junit/src/main/java \ + luni/src/main/java/java \ + luni/src/main/java/javax \ + luni/src/main/java/org/xml/sax \ + luni/src/main/java/org/w3c \ + xml/src/main/java/org/xmlpull/v1 \ +# |