Merge pull request #24511 from asmorkalov:as/remove_rvv_internals_from_docs

Exclude RVV UI internals from Doxygen documentation.
pull/24519/head
Alexander Smorkalov 1 year ago committed by GitHub
commit bc54f76875
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      modules/core/include/opencv2/core/hal/intrin_rvv.hpp
  2. 2
      modules/core/include/opencv2/core/hal/intrin_rvv071.hpp
  3. 5
      modules/core/include/opencv2/core/hal/intrin_rvv_scalable.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

@ -2536,5 +2536,5 @@ CV_CPU_OPTIMIZATION_HAL_NAMESPACE_END
//! @endcond
}
} // namespace cv
#endif

@ -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

Loading…
Cancel
Save