diff options
-rw-r--r-- | resources/createTagletProps.sh | 2 | ||||
-rw-r--r-- | resources/native-taglet.properties | 196 |
2 files changed, 74 insertions, 124 deletions
diff --git a/resources/createTagletProps.sh b/resources/createTagletProps.sh index ca971be1..c89a2a04 100644 --- a/resources/createTagletProps.sh +++ b/resources/createTagletProps.sh @@ -10,5 +10,5 @@ echo "#Generated, do not edit, edit createTagletProps.sh instead. #to the function specific OpenCL documentation man pages. nativetaglet.baseUrl=${root}" > native-taglet.properties; #add all links as properties to file and cleanup -sed -r 's/\s+<li><a href="([a-Z0-9.]+)"[^>]+>([a-Z0-9]+)<\/a><\/li>/\2=\1/' links >> native-taglet.properties; +sed -r 's/\s+<li><a href="([a-Z0-9.]+)"[^>]+>([a-Z0-9]+)<\/a><\/li>/\2=\1/' links | tr -d [:blank:] | sort -u >> native-taglet.properties; rm ./${toc} ./links diff --git a/resources/native-taglet.properties b/resources/native-taglet.properties index 348e4492..cdfae834 100644 --- a/resources/native-taglet.properties +++ b/resources/native-taglet.properties @@ -1,123 +1,73 @@ -#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
-clCreateSampler=clCreateSampler.html
-clEnqueueAcquireGLObjects=clEnqueueAcquireGLObjects.html
-clEnqueueBarrier=clEnqueueBarrier.html
-clEnqueueMarker=clEnqueueMarker.html
-clEnqueueNativeKernel=clEnqueueNativeKernel.html
-clEnqueueReleaseGLObjects=clEnqueueReleaseGLObjects.html
-clEnqueueUnmapMemObject=clEnqueueUnmapMemObject.html
-clEnqueueWaitForEvents=clEnqueueWaitForEvents.html
-clEnqueueWriteImage=clEnqueueWriteImage.html
-clFinish=clFinish.html
-clFlush=clFlush.html
-clGetCommandQueueInfo=clGetCommandQueueInfo.html
-clGetContextInfo=clGetContextInfo.html
-clGetDeviceIDs=clGetDeviceIDs.html
-clGetDeviceInfo=clGetDeviceInfo.html
-clGetEventProfilingInfo=clGetEventProfilingInfo.html
-clGetExtensionFunctionAddress=clGetExtensionFunctionAddress.html
-clGetGLObjectInfo=clGetGLObjectInfo.html
-clGetGLTextureInfo=clGetGLTextureInfo.html
-clGetImageInfo=clGetImageInfo.html
-clGetKernelWorkGroupInfo=clGetKernelWorkGroupInfo.html
-clGetMemObjectInfo=clGetMemObjectInfo.html
-clGetPlatformIDs=clGetPlatformIDs.html
-clGetPlatformInfo=clGetPlatformInfo.html
-clGetProgramBuildInfo=clGetProgramBuildInfo.html
-clReleaseEvent=clReleaseEvent.html
-clReleaseKernel=clReleaseKernel.html
-clReleaseProgram=clReleaseProgram.html
-clReleaseSampler=clReleaseSampler.html
-clRetainContext=clRetainContext.html
-clRetainEvent=clRetainEvent.html
-clRetainMemObject=clRetainMemObject.html
-clRetainProgram=clRetainProgram.html
-clRetainSampler=clRetainSampler.html
-clSetCommandQueueProperty=clSetCommandQueueProperty.html
-clSetKernelArg=clSetKernelArg.html
-clUnloadCompiler=clUnloadCompiler.html
-clWaitForEvents=clWaitForEvents.html
-clGetPlatformIDs=clGetPlatformIDs.html
-clGetPlatformInfo=clGetPlatformInfo.html
-clGetDeviceIDs=clGetDeviceIDs.html
-clGetDeviceInfo=clGetDeviceInfo.html
-clCreateContext=clCreateContext.html
-clRetainContext=clRetainContext.html
-clReleaseContext=clReleaseContext.html
-clGetContextInfo=clGetContextInfo.html
-clCreateCommandQueue=clCreateCommandQueue.html
-clRetainCommandQueue=clRetainCommandQueue.html
-clReleaseCommandQueue=clReleaseCommandQueue.html
-clSetCommandQueueProperty=clSetCommandQueueProperty.html
-clCreateBuffer=clCreateBuffer.html
-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
-clEnqueueCopyImage=clEnqueueCopyImage.html
-clEnqueueCopyImageToBuffer=clEnqueueCopyImageToBuffer.html
-clEnqueueCopyBufferToImage=clEnqueueCopyBufferToImage.html
-clEnqueueMapBuffer=clEnqueueMapBuffer.html
-clEnqueueMapImage=clEnqueueMapImage.html
-clEnqueueUnmapMemObject=clEnqueueUnmapMemObject.html
-clGetMemObjectInfo=clGetMemObjectInfo.html
-clGetImageInfo=clGetImageInfo.html
-clCreateSampler=clCreateSampler.html
-clRetainSampler=clRetainSampler.html
-clReleaseSampler=clReleaseSampler.html
-clGetSamplerInfo=clGetSamplerInfo.html
-clCreateProgramWithSource=clCreateProgramWithSource.html
-clCreateProgramWithBinary=clCreateProgramWithBinary.html
-clRetainProgram=clRetainProgram.html
-clReleaseProgram=clReleaseProgram.html
-clUnloadCompiler=clUnloadCompiler.html
-clBuildProgram=clBuildProgram.html
-clGetProgramInfo=clGetProgramInfo.html
-clGetProgramBuildInfo=clGetProgramBuildInfo.html
-clCreateKernel=clCreateKernel.html
-clCreateKernelsInProgram=clCreateKernelsInProgram.html
-clRetainKernel=clRetainKernel.html
-clReleaseKernel=clReleaseKernel.html
-clSetKernelArg=clSetKernelArg.html
-clGetKernelInfo=clGetKernelInfo.html
-clGetKernelWorkGroupInfo=clGetKernelWorkGroupInfo.html
-clEnqueueNDRangeKernel=clEnqueueNDRangeKernel.html
-clEnqueueTask=clEnqueueTask.html
-clEnqueueNativeKernel=clEnqueueNativeKernel.html
-clWaitForEvents=clWaitForEvents.html
-clGetEventInfo=clGetEventInfo.html
-clRetainEvent=clRetainEvent.html
-clReleaseEvent=clReleaseEvent.html
-clEnqueueMarker=clEnqueueMarker.html
-clEnqueueWaitForEvents=clEnqueueWaitForEvents.html
-clEnqueueBarrier=clEnqueueBarrier.html
-clGetEventProfilingInfo=clGetEventProfilingInfo.html
-clFlush=clFlush.html
-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
-clGetGLTextureInfo=clGetGLTextureInfo.html
+clBuildProgram=clBuildProgram.html +clCreateBuffer=clCreateBuffer.html +clCreateCommandQueue=clCreateCommandQueue.html +clCreateContext=clCreateContext.html +clCreateContextFromType=clCreateContextFromType.html +clCreateFromGLBuffer=clCreateFromGLBuffer.html +clCreateFromGLRenderbuffer=clCreateFromGLRenderbuffer.html +clCreateFromGLTexture2D=clCreateFromGLTexture2D.html +clCreateFromGLTexture3D=clCreateFromGLTexture3D.html +clCreateImage2D=clCreateImage2D.html +clCreateImage3D=clCreateImage3D.html +clCreateKernel=clCreateKernel.html +clCreateKernelsInProgram=clCreateKernelsInProgram.html +clCreateProgramWithBinary=clCreateProgramWithBinary.html +clCreateProgramWithSource=clCreateProgramWithSource.html +clCreateSampler=clCreateSampler.html +clEnqueueAcquireGLObjects=clEnqueueAcquireGLObjects.html +clEnqueueBarrier=clEnqueueBarrier.html +clEnqueueCopyBufferToImage=clEnqueueCopyBufferToImage.html +clEnqueueCopyImage=clEnqueueCopyImage.html +clEnqueueCopyImageToBuffer=clEnqueueCopyImageToBuffer.html +clEnqueueMapBuffer=clEnqueueMapBuffer.html +clEnqueueMapImage=clEnqueueMapImage.html +clEnqueueMarker=clEnqueueMarker.html +clEnqueueNativeKernel=clEnqueueNativeKernel.html +clEnqueueNDRangeKernel=clEnqueueNDRangeKernel.html +clEnqueueReadBuffer=clEnqueueReadBuffer.html +clEnqueueReadImage=clEnqueueReadImage.html +clEnqueueReleaseGLObjects=clEnqueueReleaseGLObjects.html +clEnqueueTask=clEnqueueTask.html +clEnqueueUnmapMemObject=clEnqueueUnmapMemObject.html +clEnqueueWaitForEvents=clEnqueueWaitForEvents.html +clEnqueueWriteBuffer=clEnqueueWriteBuffer.html +clEnqueueWriteImage=clEnqueueWriteImage.html +clFinish=clFinish.html +clFlush=clFlush.html +clGetCommandQueueInfo=clGetCommandQueueInfo.html +clGetContextInfo=clGetContextInfo.html +clGetDeviceIDs=clGetDeviceIDs.html +clGetDeviceInfo=clGetDeviceInfo.html +clGetEventInfo=clGetEventInfo.html +clGetEventProfilingInfo=clGetEventProfilingInfo.html +clGetExtensionFunctionAddress=clGetExtensionFunctionAddress.html +clGetGLObjectInfo=clGetGLObjectInfo.html +clGetGLTextureInfo=clGetGLTextureInfo.html +clGetImageInfo=clGetImageInfo.html +clGetKernelInfo=clGetKernelInfo.html +clGetKernelWorkGroupInfo=clGetKernelWorkGroupInfo.html +clGetMemObjectInfo=clGetMemObjectInfo.html +clGetPlatformIDs=clGetPlatformIDs.html +clGetPlatformInfo=clGetPlatformInfo.html +clGetProgramBuildInfo=clGetProgramBuildInfo.html +clGetProgramInfo=clGetProgramInfo.html +clGetSamplerInfo=clGetSamplerInfo.html +clGetSupportedImageFormats=clGetSupportedImageFormats.html +clReleaseCommandQueue=clReleaseCommandQueue.html +clReleaseContext=clReleaseContext.html +clReleaseEvent=clReleaseEvent.html +clReleaseKernel=clReleaseKernel.html +clReleaseMemObject=clReleaseMemObject.html +clReleaseProgram=clReleaseProgram.html +clReleaseSampler=clReleaseSampler.html +clRetainCommandQueue=clRetainCommandQueue.html +clRetainContext=clRetainContext.html +clRetainEvent=clRetainEvent.html +clRetainKernel=clRetainKernel.html +clRetainMemObject=clRetainMemObject.html +clRetainProgram=clRetainProgram.html +clRetainSampler=clRetainSampler.html +clSetCommandQueueProperty=clSetCommandQueueProperty.html +clSetKernelArg=clSetKernelArg.html +clUnloadCompiler=clUnloadCompiler.html +clWaitForEvents=clWaitForEvents.html |