From ac8e6fcfe635b153ad4d8023cf057e28987998ce Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Thu, 20 Dec 2018 10:27:26 -0700 Subject: Add auto-doc to annotation. Bug: 117520784 Test: none Change-Id: I6fb3fb02a5c85e64c5b51ad46fc8bb940501943a --- core/java/android/annotation/Px.java | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.3-59-g8ed1b