From 1c5758f1e006e51d7a64ed3ea35f7485419e094f Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Thu, 9 Oct 2014 13:07:12 +0200 Subject: Graph/Math: Fix minor apidoc issues --- src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java | 8 +++++--- .../classes/com/jogamp/graph/curve/opengl/RegionRenderer.java | 9 +++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) (limited to 'src/jogl/classes/com/jogamp/graph/curve') diff --git a/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java b/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java index 8f3a10d9d..654f9a692 100644 --- a/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java +++ b/src/jogl/classes/com/jogamp/graph/curve/opengl/GLRegion.java @@ -37,6 +37,7 @@ import jogamp.graph.curve.opengl.VBORegionSPES2; import com.jogamp.opengl.util.PMVMatrix; import com.jogamp.opengl.util.texture.TextureSequence; import com.jogamp.graph.curve.Region; +import com.jogamp.graph.curve.OutlineShape; /** A GLRegion is the OGL binding of one or more OutlineShapes * Defined by its vertices and generated triangles. The Region @@ -46,7 +47,8 @@ import com.jogamp.graph.curve.Region; * Implementations of the GLRegion shall take care of the OGL * binding of the depending on its context, profile. * - * @see Region, RegionFactory, OutlineShape + * @see Region + * @see OutlineShape */ public abstract class GLRegion extends Region { @@ -118,7 +120,7 @@ public abstract class GLRegion extends Region { * it afterwards when used in conjunction with other renderer. *

*

- * Users shall also consider setting the {@link GL#glClearColor(float, float, float, float) Clear Color} + * Users shall also consider setting the {@link GL#glClearColor(float, float, float, float) clear-color} * appropriately: *