diff options
author | Sven Gothel <[email protected]> | 2013-11-12 12:02:56 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2013-11-12 12:02:56 +0100 |
commit | f76df4a398ccf18ca738a0124a9c57feb64e134b (patch) | |
tree | d49752501a12afa732b8ccc4ebb317563b8f1d7b /src/jogl/classes/com/jogamp | |
parent | 45ce96db65fa7cbfd3bcb3dd4503bc6251d2e493 (diff) |
Fix javadoc: TileRendererBase (links to manual anchors) and GLSharedContextSetter (remove <> in links, more details on Immersion.16.
Diffstat (limited to 'src/jogl/classes/com/jogamp')
-rw-r--r-- | src/jogl/classes/com/jogamp/opengl/util/TileRendererBase.java | 8 |
1 files changed, 4 insertions, 4 deletions
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)}. * <p> - * The <a href="#pmvmatrix">PMV Matrix</a> shall be reshaped + * The <a href="TileRendererBase#pmvmatrix">PMV Matrix</a> shall be reshaped * according to the given * <ul> * <li>current tile-position</li> @@ -350,7 +350,7 @@ public abstract class TileRendererBase { * i.e. after very last call of {@link #endTile(GL)}! * </p> * <p> - * The <a href="#pmvmatrix">PMV Matrix</a> + * The <a href="TileRendererBase.html#pmvmatrix">PMV Matrix</a> * must be reshaped after this call using: * <ul> * <li>Current Viewport @@ -371,7 +371,7 @@ public abstract class TileRendererBase { * this renderer {@link #endTile(GL)}. * </p> * <p> - * User has to comply with the <a href="#glprequirement">GL profile requirement</a>. + * User has to comply with the <a href="TileRendererBase.html#glprequirement">GL profile requirement</a>. * </p> * <p> * If {@link #eot() end of tiling} has been reached, @@ -398,7 +398,7 @@ public abstract class TileRendererBase { * calling this method! * </p> * <p> - * User has to comply with the <a href="#glprequirement">GL profile requirement</a>. + * User has to comply with the <a href="TileRendererBase.html#glprequirement">GL profile requirement</a>. * </p> * * @param gl the gl context |