From 0ad06da5443241b9b7128deb30a086292e1c1ee2 Mon Sep 17 00:00:00 2001 From: Rhys Weatherley Date: Mon, 21 Jun 2010 11:40:35 +1000 Subject: qdoc fixes --- src/opencl/qclbuffer.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/opencl/qclbuffer.cpp b/src/opencl/qclbuffer.cpp index 784be58..7348969 100644 --- a/src/opencl/qclbuffer.cpp +++ b/src/opencl/qclbuffer.cpp @@ -749,6 +749,8 @@ QCLEvent QCLBuffer::copyToAsync This function will block until the request finishes. The request is executed on the active command queue for context(). + This function is only supported in OpenCL 1.1 and higher. + \sa copyToRectAsync() */ bool QCLBuffer::copyToRect @@ -794,6 +796,8 @@ bool QCLBuffer::copyToRect This function will block until the request finishes. The request is executed on the active command queue for context(). + This function is only supported in OpenCL 1.1 and higher. + \sa copyToRectAsync() */ bool QCLBuffer::copyToRect @@ -841,6 +845,8 @@ bool QCLBuffer::copyToRect have been signaled as finished. The request is executed on the active command queue for context(). + This function is only supported in OpenCL 1.1 and higher. + \sa copyToRect() */ QCLEvent QCLBuffer::copyToRectAsync @@ -885,6 +891,8 @@ QCLEvent QCLBuffer::copyToRectAsync have been signaled as finished. The request is executed on the active command queue for context(). + This function is only supported in OpenCL 1.1 and higher. + \sa copyToRectAsync() */ QCLEvent QCLBuffer::copyToRectAsync -- cgit v1.2.3