Fix doc build error.

This commit is contained in:
peng xiao 2013-07-30 14:12:22 +08:00
parent 892c088e1b
commit 8b90cb375a

View File

@ -487,7 +487,7 @@ ocl::sortByKey
------------------
Returns void
.. ocv:function:: void ocl::transpose(oclMat& keys, oclMat& values, int method, bool isGreaterThan = false)
.. ocv:function:: void ocl::sortByKey(oclMat& keys, oclMat& values, int method, bool isGreaterThan = false)
:param keys: The keys to be used as sorting indices.