OSDN Git Service

docs: Removing com.android.internal.* packages from Javadoc build
authorAndrew Solovay <asolovay@google.com>
Sat, 1 Jul 2017 00:01:18 +0000 (17:01 -0700)
committerAndrew Solovay <asolovay@google.com>
Sat, 1 Jul 2017 00:11:52 +0000 (17:11 -0700)
Several com.android.internal packages were being included in the
Javadoc build, even though they have no public APIs. Added a
package.html with the @hide tag to each of those packages, to
exclude them from the doc build.

Updated doc is staged to: http://go/dac-stage/reference/ ; verified
that the packages are now *not* in
http://go/dac-stage/reference/packages.html , and that package
summary files are not being generated for those packages.

Test: make ds-docs
Bug: 63166900
Change-Id: I7f96abb3e57d005c290cce6eda58f9368159a34e

core/java/com/android/internal/backup/package.html [new file with mode: 0644]
core/java/com/android/internal/inputmethod/package.html [new file with mode: 0644]
core/java/com/android/internal/logging/package.html [new file with mode: 0644]
core/java/com/android/internal/os/package.html [new file with mode: 0644]
core/java/com/android/internal/statusbar/package.html [new file with mode: 0644]
core/java/com/android/internal/widget/package.html [new file with mode: 0644]

diff --git a/core/java/com/android/internal/backup/package.html b/core/java/com/android/internal/backup/package.html
new file mode 100644 (file)
index 0000000..db6f78b
--- /dev/null
@@ -0,0 +1,3 @@
+<body>
+{@hide}
+</body>
\ No newline at end of file
diff --git a/core/java/com/android/internal/inputmethod/package.html b/core/java/com/android/internal/inputmethod/package.html
new file mode 100644 (file)
index 0000000..db6f78b
--- /dev/null
@@ -0,0 +1,3 @@
+<body>
+{@hide}
+</body>
\ No newline at end of file
diff --git a/core/java/com/android/internal/logging/package.html b/core/java/com/android/internal/logging/package.html
new file mode 100644 (file)
index 0000000..db6f78b
--- /dev/null
@@ -0,0 +1,3 @@
+<body>
+{@hide}
+</body>
\ No newline at end of file
diff --git a/core/java/com/android/internal/os/package.html b/core/java/com/android/internal/os/package.html
new file mode 100644 (file)
index 0000000..db6f78b
--- /dev/null
@@ -0,0 +1,3 @@
+<body>
+{@hide}
+</body>
\ No newline at end of file
diff --git a/core/java/com/android/internal/statusbar/package.html b/core/java/com/android/internal/statusbar/package.html
new file mode 100644 (file)
index 0000000..db6f78b
--- /dev/null
@@ -0,0 +1,3 @@
+<body>
+{@hide}
+</body>
\ No newline at end of file
diff --git a/core/java/com/android/internal/widget/package.html b/core/java/com/android/internal/widget/package.html
new file mode 100644 (file)
index 0000000..db6f78b
--- /dev/null
@@ -0,0 +1,3 @@
+<body>
+{@hide}
+</body>
\ No newline at end of file