From 0a58d6812ac053d5f52142f6f6f3684d2beec800 Mon Sep 17 00:00:00 2001 From: atrutnev Date: Fri, 22 Oct 2021 11:06:09 +0300 Subject: [PATCH] fix gkernel Doxygen documentation --- modules/gapi/include/opencv2/gapi/gkernel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gapi/include/opencv2/gapi/gkernel.hpp b/modules/gapi/include/opencv2/gapi/gkernel.hpp index cfac552bfe..ca942495ab 100644 --- a/modules/gapi/include/opencv2/gapi/gkernel.hpp +++ b/modules/gapi/include/opencv2/gapi/gkernel.hpp @@ -719,7 +719,7 @@ namespace gapi { * @{ */ /** - * @brief cv::use_only() is a special combinator which hints G-API to use only + * @brief cv::gapi::use_only() is a special combinator which hints G-API to use only * kernels specified in cv::GComputation::compile() (and not to extend kernels available by * default with that package). */