diff options
author | Rami Santina <[email protected]> | 2011-03-31 18:38:23 +0300 |
---|---|---|
committer | Rami Santina <[email protected]> | 2011-03-31 18:38:23 +0300 |
commit | e8c69e69374b6650e37594ebf104602fb06b548b (patch) | |
tree | f420595e0ec1bb43d023693b195792448b4371b6 /src/com/jogamp/graph/curve/RegionFactory.java | |
parent | 1c1a7d7ad51ea2041a5a121f034d4d748827b16c (diff) |
Inclass Documentation cleanup of public API
Diffstat (limited to 'src/com/jogamp/graph/curve/RegionFactory.java')
-rwxr-xr-x | src/com/jogamp/graph/curve/RegionFactory.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/com/jogamp/graph/curve/RegionFactory.java b/src/com/jogamp/graph/curve/RegionFactory.java index fe77e1be5..d3b978b8a 100755 --- a/src/com/jogamp/graph/curve/RegionFactory.java +++ b/src/com/jogamp/graph/curve/RegionFactory.java @@ -43,8 +43,8 @@ import jogamp.graph.curve.opengl.VBORegion2PES2; public class RegionFactory {
/**Create a Region based on the GLContext attached
- * @param context the current opengl context
- * @param st the shader state object
+ * @param context the current {@link GLContext}
+ * @param st the {@link ShaderState} object
* @param type can be one of Region.SINGLE_PASS or Region.TWO_PASS
* @return region
*/
|