summaryrefslogtreecommitdiffstats
path: root/bundles/org.eclipse.swt/Eclipse SWT OpenGL
diff options
context:
space:
mode:
authorCarolyn MacLeod <carolyn>2008-06-02 21:08:39 +0000
committerCarolyn MacLeod <carolyn>2008-06-02 21:08:39 +0000
commit69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7 (patch)
tree27f28f4e84394f792de4df701b785c94baa0bac0 /bundles/org.eclipse.swt/Eclipse SWT OpenGL
parent989cc69b6222998c0a1b8bdcb75c845f6ebcac37 (diff)
downloadeclipse.platform.swt-69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7.tar.gz
eclipse.platform.swt-69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7.tar.xz
eclipse.platform.swt-69fc4c0eaf3d9fecc18c5798d7c42b083086c0d7.zip
232625 - SWT/JFace - Lack of examples in API
Diffstat (limited to 'bundles/org.eclipse.swt/Eclipse SWT OpenGL')
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java1
-rw-r--r--bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/org/eclipse/swt/opengl/GLCanvas.java3
2 files changed, 4 insertions, 0 deletions
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java
index f7c1c57a2b..a8ed18d6c4 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/common/org/eclipse/swt/opengl/GLData.java
@@ -15,6 +15,7 @@ package org.eclipse.swt.opengl;
* of the pixel format attributes of a GL drawable.
*
* @see GLCanvas
+ * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
*
* @since 3.2
*/
diff --git a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/org/eclipse/swt/opengl/GLCanvas.java b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/org/eclipse/swt/opengl/GLCanvas.java
index f5a644b6df..74663b7c50 100644
--- a/bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/org/eclipse/swt/opengl/GLCanvas.java
+++ b/bundles/org.eclipse.swt/Eclipse SWT OpenGL/win32/org/eclipse/swt/opengl/GLCanvas.java
@@ -18,6 +18,9 @@ import org.eclipse.swt.internal.opengl.win32.*;
/**
* GLCanvas is a widget capable of displaying OpenGL content.
*
+ * @see GLData
+ * @see <a href="http://www.eclipse.org/swt/">Sample code and further information</a>
+ *
* @since 3.2
*/