summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author TreeHugger Robot <treehugger-gerrit@google.com> 2018-12-20 21:50:27 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2018-12-20 21:50:27 +0000
commit7691a62df190f7a431b26a4553ac776a3e1f18ce (patch)
treeac42c3840d521a671bdf21d8afdadab93b9ad0b5
parent023dfa28b23b89361808816303ccb867c2da3747 (diff)
parentac8e6fcfe635b153ad4d8023cf057e28987998ce (diff)
Merge "Add auto-doc to annotation."
-rw-r--r--core/java/android/annotation/Px.java2
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