From 8df76fe0cb1fcfeff0876ada8e69e4522187165a Mon Sep 17 00:00:00 2001 From: Alexander Smorkalov Date: Wed, 8 Nov 2023 14:22:05 +0300 Subject: [PATCH] Exclude RVV UI internals from Doxygen documentation. --- modules/core/include/opencv2/core/hal/intrin_rvv.hpp | 5 ++++- modules/core/include/opencv2/core/hal/intrin_rvv071.hpp | 2 +- .../core/include/opencv2/core/hal/intrin_rvv_scalable.hpp | 5 +++++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/modules/core/include/opencv2/core/hal/intrin_rvv.hpp b/modules/core/include/opencv2/core/hal/intrin_rvv.hpp index 04e3c0e140..d70660249c 100644 --- a/modules/core/include/opencv2/core/hal/intrin_rvv.hpp +++ b/modules/core/include/opencv2/core/hal/intrin_rvv.hpp @@ -32,6 +32,8 @@ namespace cv { +//! @cond IGNORED + CV_CPU_OPTIMIZATION_HAL_NAMESPACE_BEGIN #define CV_SIMD128 1 @@ -3336,7 +3338,8 @@ inline void v_cleanup() {} CV_CPU_OPTIMIZATION_HAL_NAMESPACE_END +//! @endcond -} +} // namespace cv #endif diff --git a/modules/core/include/opencv2/core/hal/intrin_rvv071.hpp b/modules/core/include/opencv2/core/hal/intrin_rvv071.hpp index 9faefd97b7..26f478feda 100644 --- a/modules/core/include/opencv2/core/hal/intrin_rvv071.hpp +++ b/modules/core/include/opencv2/core/hal/intrin_rvv071.hpp @@ -2536,5 +2536,5 @@ CV_CPU_OPTIMIZATION_HAL_NAMESPACE_END //! @endcond -} +} // namespace cv #endif diff --git a/modules/core/include/opencv2/core/hal/intrin_rvv_scalable.hpp b/modules/core/include/opencv2/core/hal/intrin_rvv_scalable.hpp index 004ef7130c..c7770334ad 100644 --- a/modules/core/include/opencv2/core/hal/intrin_rvv_scalable.hpp +++ b/modules/core/include/opencv2/core/hal/intrin_rvv_scalable.hpp @@ -38,6 +38,9 @@ namespace cv { + +//! @cond IGNORED + CV_CPU_OPTIMIZATION_HAL_NAMESPACE_BEGIN #define CV_SIMD_SCALABLE 1 @@ -2126,6 +2129,8 @@ inline void v_cleanup() {} CV_CPU_OPTIMIZATION_HAL_NAMESPACE_END +//! @endcond + } //namespace cv #endif //OPENCV_HAL_INTRIN_RVV_SCALABLE_HPP