From 2926f30798fccfcaa66f30eb5c55c29336eab949 Mon Sep 17 00:00:00 2001 From: Michael Bien Date: Mon, 23 Nov 2009 00:17:19 +0100 Subject: added remaining @native tags to method javadoc. fixed createTagletProps.sh to recognize function names containing numbers. --- resources/native-taglet.properties | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'resources/native-taglet.properties') 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 -- cgit v1.2.3