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