aboutsummaryrefslogtreecommitdiffstats
path: root/src/jogl/classes/jogamp/opengl/GLContextImpl.java
diff options
context:
space:
mode:
authorSven Gothel <[email protected]>2011-11-26 08:21:51 +0100
committerSven Gothel <[email protected]>2011-11-26 08:21:51 +0100
commitf725e45adebfecef7c91b27b2eb3ff69d2399e2a (patch)
treed6ec7b75b90f8d1d00c8ed9fc0bdc43cee0742bc /src/jogl/classes/jogamp/opengl/GLContextImpl.java
parentc354ecce7c18b5623f1fb0162134733c1ebf4178 (diff)
NEWT/GLContextImpl: Refine API doc, NEWT: Display name -> connection name
Diffstat (limited to 'src/jogl/classes/jogamp/opengl/GLContextImpl.java')
-rw-r--r--src/jogl/classes/jogamp/opengl/GLContextImpl.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/jogl/classes/jogamp/opengl/GLContextImpl.java b/src/jogl/classes/jogamp/opengl/GLContextImpl.java
index a79ef32a3..fd34d8ac4 100644
--- a/src/jogl/classes/jogamp/opengl/GLContextImpl.java
+++ b/src/jogl/classes/jogamp/opengl/GLContextImpl.java
@@ -321,7 +321,10 @@ public abstract class GLContextImpl extends GLContext {
//
/**
- * MakeCurrent functionality, which also issues the creation of the actual OpenGL context.<br>
+ * {@inheritDoc}
+ * <p>
+ * MakeCurrent functionality, which also issues the creation of the actual OpenGL context.
+ * </p>
* The complete callgraph for general OpenGL context creation is:<br>
* <ul>
* <li> {@link #makeCurrent} <i>GLContextImpl</i></li>