summaryrefslogtreecommitdiffstats
path: root/Docs.mk
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-05-06 16:45:47 -0700
committerElliott Hughes <enh@google.com>2014-05-07 15:03:05 -0700
commit34721e8e0051258e87848bae25baf50722b4c76a (patch)
treeda81ebbf0aae95e4156eb00cb65d40aa9ef6b950 /Docs.mk
parentf198b04bfc2c267ba5e36c4e9d9483f821bc4fe7 (diff)
downloadlibcore-34721e8e0051258e87848bae25baf50722b4c76a.zip
libcore-34721e8e0051258e87848bae25baf50722b4c76a.tar.gz
libcore-34721e8e0051258e87848bae25baf50722b4c76a.tar.bz2
Basic documentation for android.system.
Also individually @hide the methods we might not want to expose straight away. These are basically the ones where the mapping to Java types isn't completely straightforward, usually resulting in a family of similar methods. Change-Id: I7b3d555c4599dc8c64e23f5c494a358ef68c6777
Diffstat (limited to 'Docs.mk')
-rw-r--r--Docs.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Docs.mk b/Docs.mk
index c1e793b..612b3d9 100644
--- a/Docs.mk
+++ b/Docs.mk
@@ -19,6 +19,7 @@ libcore_to_document := \
json/src/main/java \
libdvm/src/main/java/dalvik \
libdvm/src/main/java/java \
+ luni/src/main/java/android \
luni/src/main/java/java \
luni/src/main/java/javax \
luni/src/main/java/org/xml/sax \