diff --git a/modules/ocl/include/opencv2/ocl/ocl.hpp b/modules/ocl/include/opencv2/ocl/ocl.hpp index 9039e46403..9884a6a650 100644 --- a/modules/ocl/include/opencv2/ocl/ocl.hpp +++ b/modules/ocl/include/opencv2/ocl/ocl.hpp @@ -477,7 +477,7 @@ namespace cv // supports all data types CV_EXPORTS void max(const oclMat &src1, const oclMat &src2, oclMat &dst); - //! compares elements of two arrays (dst = src1 src2) + //! compares elements of two arrays (dst = src1 \verbatim\endverbatim src2) // supports all data types CV_EXPORTS void compare(const oclMat &src1, const oclMat &src2, oclMat &dst, int cmpop);