diff options
| author | 2018-12-20 10:27:26 -0700 | |
|---|---|---|
| committer | 2018-12-20 10:27:29 -0700 | |
| commit | ac8e6fcfe635b153ad4d8023cf057e28987998ce (patch) | |
| tree | 3092bacc9f6cb3a20c2ed9876ab5cd00d241cbc8 | |
| parent | 5787f7c919294cd6118cf9a3892834a3ef71c23c (diff) | |
Add auto-doc to annotation.
Bug: 117520784
Test: none
Change-Id: I6fb3fb02a5c85e64c5b51ad46fc8bb940501943a
| -rw-r--r-- | core/java/android/annotation/Px.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/java/android/annotation/Px.java b/core/java/android/annotation/Px.java index a0ef2244d5e4..ad99fdb7657e 100644 --- a/core/java/android/annotation/Px.java +++ b/core/java/android/annotation/Px.java @@ -29,6 +29,8 @@ import static java.lang.annotation.RetentionPolicy.SOURCE; * Denotes that a numeric parameter, field or method return value is expected * to represent a pixel dimension. * + * @paramDoc This units of this value are pixels. + * @returnDoc This units of this value are pixels. * {@hide} */ @Documented |