From f4db63ca711ff5c788c34ee50c7c95982c762d62 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Mon, 2 Dec 2024 12:06:38 +0300 Subject: [PATCH] doc: fixed issue with doxygen 1.12 --- modules/core/include/opencv2/core/mat.hpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/core/include/opencv2/core/mat.hpp b/modules/core/include/opencv2/core/mat.hpp index 4b1ee648c7..2282e12aee 100644 --- a/modules/core/include/opencv2/core/mat.hpp +++ b/modules/core/include/opencv2/core/mat.hpp @@ -79,9 +79,10 @@ It is defined as: @code typedef const _InputArray& InputArray; @endcode -where _InputArray is a class that can be constructed from `Mat`, `Mat_`, `Matx`, -`std::vector`, `std::vector >`, `std::vector`, `std::vector >`, -`UMat`, `std::vector` or `double`. It can also be constructed from a matrix expression. +where \ref cv::_InputArray is a class that can be constructed from \ref cv::Mat, \ref cv::Mat_, +\ref cv::Matx, std::vector, std::vector>, std::vector, +std::vector>, \ref cv::UMat, std::vector or `double`. It can also be constructed from +a matrix expression. Since this is mostly implementation-level class, and its interface may change in future versions, we do not describe it in details. There are a few key things, though, that should be kept in mind: