OSDN Git Service

Stop emitting javadoc for @removed attributes.
authorMichael Wright <michaelwr@google.com>
Fri, 6 May 2016 16:16:06 +0000 (17:16 +0100)
committerMichael Wright <michaelwr@google.com>
Mon, 9 May 2016 13:51:41 +0000 (14:51 +0100)
commitfeaf99fa1b7563f15dbd4211718a6cfb7a3cc3c8
treeea11ecd04a1908a46e0039a154f21a84453229b0
parent6f9f75e1063d282c933ede862fa7ea9371a2f310
Stop emitting javadoc for @removed attributes.

We need the attributes to remain public because people might still be
linking against them, but we don't want them showing up in the
documentation any more. Them showing up in the documentation also had
the side effect that it would accidentally mark the parent class of
attributes as @removed, which was not intended.

Bug: 28663748

Change-Id: I2f6eb09455fddf1086e6b24bc3bea5292e8e32b7
tools/aapt/Resource.cpp
tools/aapt2/java/JavaClassGenerator.cpp
tools/aapt2/java/JavaClassGenerator_test.cpp
tools/aapt2/util/StringPiece.h
tools/aapt2/util/StringPiece_test.cpp