summaryrefslogtreecommitdiffstats
path: root/src/com/jogamp/opencl/util
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2010-11-21 22:52:24 +0100
committerMichael Bien <[email protected]>2010-11-21 22:52:24 +0100
commite0925f59830af902f214b1b71f3cdaf011dbcc7f (patch)
treef040d8824aef318497c37275aea68b99fe7ff30a /src/com/jogamp/opencl/util
parent98258032aaeff5b1d6700ed1e49db161f9a2206a (diff)
fixed javadoc warnings.
Diffstat (limited to 'src/com/jogamp/opencl/util')
-rw-r--r--src/com/jogamp/opencl/util/CLBuildListener.java2
-rw-r--r--src/com/jogamp/opencl/util/CLPlatformFilters.java4
2 files changed, 3 insertions, 3 deletions
diff --git a/src/com/jogamp/opencl/util/CLBuildListener.java b/src/com/jogamp/opencl/util/CLBuildListener.java
index 04769bb2..c13f8e09 100644
--- a/src/com/jogamp/opencl/util/CLBuildListener.java
+++ b/src/com/jogamp/opencl/util/CLBuildListener.java
@@ -9,7 +9,7 @@ import com.jogamp.opencl.CLProgram;
/**
* A callback an application can register to be called when the program executable
* has been built (successfully or unsuccessfully).<br/>
- * Note1: registering a build callback can make {@link CL#clBuildProgram} non blocking (OpenCL implementation dependent).<br/>
+ * Note1: registering a build callback can make {@link com.jogamp.opencl.CL#clBuildProgram} non blocking (OpenCL implementation dependent).<br/>
* Note2: the thread which calls this method is unspecified. The Application should ensure propper synchronization.
* @author Michael Bien
* @see com.jogamp.opencl.CL#clBuildProgram(long, int, com.jogamp.common.nio.PointerBuffer, java.lang.String, com.jogamp.opencl.impl.BuildProgramCallback)
diff --git a/src/com/jogamp/opencl/util/CLPlatformFilters.java b/src/com/jogamp/opencl/util/CLPlatformFilters.java
index a1279f10..84a00d11 100644
--- a/src/com/jogamp/opencl/util/CLPlatformFilters.java
+++ b/src/com/jogamp/opencl/util/CLPlatformFilters.java
@@ -8,8 +8,8 @@ import java.util.Arrays;
/**
* Pre-defined filters.
* @author Michael Bien
- * @see CLPlatform#getDefault(com.jogamp.opencl.util.Filter<com.jogamp.opencl.CLPlatform>[])
- * @see CLPlatform#listCLPlatforms(com.jogamp.opencl.util.Filter<com.jogamp.opencl.CLPlatform>[])
+ * @see CLPlatform#getDefault(com.jogamp.opencl.util.Filter[])
+ * @see CLPlatform#listCLPlatforms(com.jogamp.opencl.util.Filter[])
*/
public class CLPlatformFilters {