From 96a71a8d831d59f51893233d2583ac7a3087d637 Mon Sep 17 00:00:00 2001 From: Kumataro Date: Sat, 13 Jun 2026 20:44:02 +0900 Subject: [PATCH] doc(core): fix doxygen warning for missing endcode --- modules/core/include/opencv2/core/mat.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/include/opencv2/core/mat.hpp b/modules/core/include/opencv2/core/mat.hpp index 955ebe1858..da34ec1e25 100644 --- a/modules/core/include/opencv2/core/mat.hpp +++ b/modules/core/include/opencv2/core/mat.hpp @@ -555,6 +555,7 @@ public: Mat_ m2({2, 3}, {1, 2, 3, 4, 5, 6}); // 2x3 Mat Mat_ R({2, 2}, {a, -b, b, a}); // from example + \endcode */ template class MatCommaInitializer_ {