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)
commit7bd357143e0514ee79341605b909cc5714663aef
treec25b3a5f190e31af5374431d7d129d199851fc61
parent564d0bf1bee6276fa347a948c3d91eca1fdc5ee4
docs: Removing com.android.internal.* packages from Javadoc build

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]