From d8ca61b01b93fdb451bcd5c0af28435064183fa9 Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Wed, 12 Nov 2014 19:18:45 +0300 Subject: [PATCH] attemp to fix dox warning --- modules/ocl/include/opencv2/ocl/ocl.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ocl/include/opencv2/ocl/ocl.hpp b/modules/ocl/include/opencv2/ocl/ocl.hpp index 9039e46..9884a6a 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); -- 2.7.4