OSDN Git Service

[RenderScript] Fix ScriptIntrinsicBlur documentation.
authorMiao Wang <miaowang@google.com>
Wed, 13 Apr 2016 23:43:10 +0000 (16:43 -0700)
committerMiao Wang <miaowang@google.com>
Wed, 18 May 2016 23:28:55 +0000 (16:28 -0700)
Bug: 28177406
Change-Id: Icccf35857cf29f827a78704e7751c8791cda0d7b

rs/java/android/renderscript/ScriptIntrinsicBlur.java

index 60e2b6d..11483dc 100644 (file)
@@ -34,7 +34,8 @@ public final class ScriptIntrinsicBlur extends ScriptIntrinsic {
      * Create an intrinsic for applying a blur to an allocation. The
      * default radius is 5.0.
      *
-     * Supported elements types are {@link Element#U8_4 Element#U8}
+     * Supported elements types are {@link Element#U8},
+     * {@link Element#U8_4}.
      *
      * @param rs The RenderScript context
      * @param e Element type for inputs and outputs