summaryrefslogtreecommitdiff
path: root/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
diff options
context:
space:
mode:
authorRobert Ly <robertly@google.com>2011-02-09 13:57:06 -0800
committerRobert Ly <robertly@google.com>2011-02-09 16:24:12 -0800
commit11518acc8c416023d8c2192b441a1767205676d9 (patch)
tree569e1021ca720dc13aaf513013cb1e8c2c002ddd /graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
parent3f41d8f5ee1a8d5366d79ee03d97fac8403c676a (diff)
clean up and add javadocs
Change-Id: I7f628106247de887cd91c4a4b4b55d3ebfa700c8
Diffstat (limited to 'graphics/java/android/renderscript/ProgramFragmentFixedFunction.java')
-rw-r--r--graphics/java/android/renderscript/ProgramFragmentFixedFunction.java10
1 files changed, 4 insertions, 6 deletions
diff --git a/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java b/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
index 666a3e66c3a2..f99cd7b1d984 100644
--- a/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
+++ b/graphics/java/android/renderscript/ProgramFragmentFixedFunction.java
@@ -22,13 +22,11 @@ import android.util.Log;
/**
- * ProgramFragmentFixedFunction is a helper class that provides
+ * <p>ProgramFragmentFixedFunction is a helper class that provides
* a way to make a simple fragment shader without writing any
- * GLSL code.
- *
- * This class allows for display of constant color, interpolated
- * color from vertex shader, or combinations of the above
- * blended with results of up to two texture lookups.
+ * GLSL code. This class allows for display of constant color, interpolated
+ * color from the vertex shader, or combinations of the both
+ * blended with results of up to two texture lookups.</p
*
**/
public class ProgramFragmentFixedFunction extends ProgramFragment {