From f76df4a398ccf18ca738a0124a9c57feb64e134b Mon Sep 17 00:00:00 2001
From: Sven Gothel
Date: Tue, 12 Nov 2013 12:02:56 +0100
Subject: Fix javadoc: TileRendererBase (links to manual anchors) and
GLSharedContextSetter (remove <> in links, more details on Immersion.16.
---
src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
(limited to 'src/jogl/classes/com/jogamp/opengl')
diff --git a/src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java b/src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java
index 2ac4b1f82..22f5c017c 100644
--- a/src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java
+++ b/src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java
@@ -151,7 +151,7 @@ public abstract class TileRendererBase {
* {@link TileRendererBase#getAttachedDrawable() attached} {@link GLAutoDrawable}'s
* {@link GLAutoDrawable#display()} call for each tile before {@link #display(GLAutoDrawable)}.
*
- * The PMV Matrix shall be reshaped
+ * The PMV Matrix shall be reshaped
* according to the given
*
* - current tile-position
@@ -350,7 +350,7 @@ public abstract class TileRendererBase {
* i.e. after very last call of {@link #endTile(GL)}!
*
*
- * The PMV Matrix
+ * The PMV Matrix
* must be reshaped after this call using:
*
* - Current Viewport
@@ -371,7 +371,7 @@ public abstract class TileRendererBase {
* this renderer {@link #endTile(GL)}.
*
*
- * User has to comply with the GL profile requirement.
+ * User has to comply with the GL profile requirement.
*
*
* If {@link #eot() end of tiling} has been reached,
@@ -398,7 +398,7 @@ public abstract class TileRendererBase {
* calling this method!
*
*
- * User has to comply with the GL profile requirement.
+ * User has to comply with the GL profile requirement.
*
*
* @param gl the gl context
--
cgit v1.2.3