From 30b94491150b75398d311b116b45ee6fe5b2c870 Mon Sep 17 00:00:00 2001 From: ser1zw Date: Sun, 30 Apr 2017 03:51:59 +0900 Subject: [PATCH] fix document --- ext/opencv/mat_imgproc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/opencv/mat_imgproc.cpp b/ext/opencv/mat_imgproc.cpp index 57f2f2f..1dba29b 100644 --- a/ext/opencv/mat_imgproc.cpp +++ b/ext/opencv/mat_imgproc.cpp @@ -166,7 +166,7 @@ namespace rubyopencv { /* * @overload laplacian!(ddepth, ksize = 1, scale = 1, delta = 0, border_type = BORDER_DEFAULT) - * @see (#laplacian) + * @see #laplacian */ VALUE rb_laplacian_bang(int argc, VALUE *argv, VALUE self) { cv::Mat* destptr = obj2mat(self); @@ -216,7 +216,7 @@ namespace rubyopencv { /** * @overload cvt_color!(code, dcn = 0) - * @see (#cvt_color) + * @see #cvt_color */ VALUE rb_cvt_color_bang(int argc, VALUE *argv, VALUE self) { cv::Mat* destptr = obj2mat(self);