aboutsummaryrefslogtreecommitdiffstats
path: root/resources/native-taglet.properties
diff options
context:
space:
mode:
authorMichael Bien <[email protected]>2009-11-23 00:17:19 +0100
committerMichael Bien <[email protected]>2009-11-23 00:17:19 +0100
commit2926f30798fccfcaa66f30eb5c55c29336eab949 (patch)
treeefffd943ae67c3e654f61a2e1b2d40c7cb35f4a3 /resources/native-taglet.properties
parentbee7d042a78b76afee1789bd48ab3e67c9a3fe8d (diff)
added remaining @native tags to method javadoc.
fixed createTagletProps.sh to recognize function names containing numbers.
Diffstat (limited to 'resources/native-taglet.properties')
-rw-r--r--resources/native-taglet.properties11
1 files changed, 10 insertions, 1 deletions
diff --git a/resources/native-taglet.properties b/resources/native-taglet.properties
index d5e64e9d..c6b27dc4 100644
--- a/resources/native-taglet.properties
+++ b/resources/native-taglet.properties
@@ -1,9 +1,14 @@
-nativetaglet.baseUrl=http://www.khronos.org/opencl/sdk/1.0/docs/man/xhtml/
+#Generated, do not edit, edit createTagletProps.sh instead.
+#This file is used in NativeTaglet and maps the generated method names
+#to the function specific OpenCL documentation man pages.
+nativetaglet.baseUrl=http://www.khronos.org/opencl/sdk/1.0/docs/man/xhtml
clCreateCommandQueue=clCreateCommandQueue.html
clCreateContext=clCreateContext.html
clCreateContextFromType=clCreateContextFromType.html
clCreateFromGLBuffer=clCreateFromGLBuffer.html
clCreateFromGLRenderbuffer=clCreateFromGLRenderbuffer.html
+clCreateFromGLTexture2D=clCreateFromGLTexture2D.html
+clCreateFromGLTexture3D=clCreateFromGLTexture3D.html
clCreateKernelsInProgram=clCreateKernelsInProgram.html
clCreateProgramWithBinary=clCreateProgramWithBinary.html
clCreateProgramWithSource=clCreateProgramWithSource.html
@@ -62,6 +67,8 @@ clEnqueueReadBuffer=clEnqueueReadBuffer.html
clEnqueueWriteBuffer=clEnqueueWriteBuffer.html
clRetainMemObject=clRetainMemObject.html
clReleaseMemObject=clReleaseMemObject.html
+clCreateImage2D=clCreateImage2D.html
+clCreateImage3D=clCreateImage3D.html
clGetSupportedImageFormats=clGetSupportedImageFormats.html
clEnqueueReadImage=clEnqueueReadImage.html
clEnqueueWriteImage=clEnqueueWriteImage.html
@@ -108,6 +115,8 @@ clFinish=clFinish.html
clGetExtensionFunctionAddress=clGetExtensionFunctionAddress.html
clCreateFromGLBuffer=clCreateFromGLBuffer.html
clCreateFromGLRenderbuffer=clCreateFromGLRenderbuffer.html
+clCreateFromGLTexture2D=clCreateFromGLTexture2D.html
+clCreateFromGLTexture3D=clCreateFromGLTexture3D.html
clEnqueueAcquireGLObjects=clEnqueueAcquireGLObjects.html
clEnqueueReleaseGLObjects=clEnqueueReleaseGLObjects.html
clGetGLObjectInfo=clGetGLObjectInfo.html