From 9b476a2f31f80cbc56d15cffb32e14c40bb21f6c Mon Sep 17 00:00:00 2001 From: kallaballa Date: Tue, 11 Apr 2023 16:31:16 +0200 Subject: [PATCH] fix doxygen warning --- modules/viz2d/include/opencv2/viz2d/source.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/viz2d/include/opencv2/viz2d/source.hpp b/modules/viz2d/include/opencv2/viz2d/source.hpp index bfff0b8a0..92fd9f15a 100644 --- a/modules/viz2d/include/opencv2/viz2d/source.hpp +++ b/modules/viz2d/include/opencv2/viz2d/source.hpp @@ -26,7 +26,7 @@ public: /*! * Constructs the Source object from a generator functor. * @param generator A function object that accepts a reference to a UMat frame - * that it manipulates. This is ultimatively used to provide video data to #Viz2D + * that it manipulates. This is ultimatively used to provide video data to #cv::viz::Viz2D * @param fps The fps the Source object provides data with. */ CV_EXPORTS Source(std::function generator, float fps);