doc(core): fix doxygen warning for missing endcode

This commit is contained in:
Kumataro
2026-06-13 20:44:02 +09:00
parent cadcb7e4e0
commit 96a71a8d83

View File

@@ -555,6 +555,7 @@ public:
Mat_<uchar> m2({2, 3}, {1, 2, 3, 4, 5, 6}); // 2x3 Mat
Mat_<double> R({2, 2}, {a, -b, b, a}); // from example
\endcode
*/
template<typename _Tp> class MatCommaInitializer_
{