Skip to content

Commit 89c19f1

Browse files
authored
Merge pull request opencv#26557 from mshabunin/fix-doc-1.12
doc: fixed issue with doxygen 1.12
2 parents 5f1b05a + f4db63c commit 89c19f1

File tree

1 file changed

+4
-3
lines changed
  • modules/core/include/opencv2/core

1 file changed

+4
-3
lines changed

modules/core/include/opencv2/core/mat.hpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ It is defined as:
7979
@code
8080
typedef const _InputArray& InputArray;
8181
@endcode
82-
where _InputArray is a class that can be constructed from `Mat`, `Mat_<T>`, `Matx<T, m, n>`,
83-
`std::vector<T>`, `std::vector<std::vector<T> >`, `std::vector<Mat>`, `std::vector<Mat_<T> >`,
84-
`UMat`, `std::vector<UMat>` or `double`. It can also be constructed from a matrix expression.
82+
where \ref cv::_InputArray is a class that can be constructed from \ref cv::Mat, \ref cv::Mat_<T>,
83+
\ref cv::Matx<T, m, n>, std::vector<T>, std::vector<std::vector<T>>, std::vector<Mat>,
84+
std::vector<Mat_<T>>, \ref cv::UMat, std::vector<UMat> or `double`. It can also be constructed from
85+
a matrix expression.
8586
8687
Since this is mostly implementation-level class, and its interface may change in future versions, we
8788
do not describe it in details. There are a few key things, though, that should be kept in mind:

0 commit comments

Comments
 (0)