diff options
| author | 2018-12-20 21:50:27 +0000 | |
|---|---|---|
| committer | 2018-12-20 21:50:27 +0000 | |
| commit | 7691a62df190f7a431b26a4553ac776a3e1f18ce (patch) | |
| tree | ac42c3840d521a671bdf21d8afdadab93b9ad0b5 | |
| parent | 023dfa28b23b89361808816303ccb867c2da3747 (diff) | |
| parent | ac8e6fcfe635b153ad4d8023cf057e28987998ce (diff) | |
Merge "Add auto-doc to annotation."
| -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 |