OSDN Git Service

Fix docs
authorJason Sams <jsams@google.com>
Wed, 19 Jun 2013 01:52:42 +0000 (18:52 -0700)
committerJason Sams <jsams@google.com>
Wed, 19 Jun 2013 01:52:42 +0000 (18:52 -0700)
Change-Id: Ie6563f633481951d97f319aefd282b15c049e281

graphics/java/android/renderscript/ScriptIntrinsicHistogram.java

index d471abb..f143326 100644 (file)
@@ -36,8 +36,9 @@ public final class ScriptIntrinsicHistogram extends ScriptIntrinsic {
      * Create an intrinsic for calculating the histogram of an uchar
      * or uchar4 image.
      *
-     * Supported elements types are {@link Element#U8_4, @link
-     * Element#U8_3, @link Element#U8_2, @link Element#U8}
+     * Supported elements types are
+     * {@link Element#U8_4}, {@link Element#U8_3},
+     * {@link Element#U8_2}, {@link Element#U8}
      *
      * @param rs The RenderScript context
      * @param e Element type for inputs