From 589e8b5c3a95acfe981dab827352785b4bf94923 Mon Sep 17 00:00:00 2001 From: Maksim Shabunin Date: Sat, 31 Aug 2019 01:47:04 +0300 Subject: [PATCH] [moved from opencv] Assorted documentation fixes * removed private flann documentation * common tutorial images moved to doc/images * grouping issues original commit: https://github.com/opencv/opencv/commit/f3aab47f94f1dc5466ade4e98194f7ab9a02133a --- .../cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp b/modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp index 6cc50d7a4..89e7f7cde 100644 --- a/modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp +++ b/modules/cudalegacy/include/opencv2/cudalegacy/NPP_staging.hpp @@ -72,7 +72,7 @@ CV_EXPORTS cudaStream_t nppStSetActiveCUDAstream(cudaStream_t cudaStream); -/*@}*/ +/** @} */ /** \defgroup nppi NPPST Image Processing @@ -787,7 +787,7 @@ NCVStatus nppiStSqrIntegral_8u64u_C1R_host(Ncv8u *h_src, Ncv32u srcStep, Ncv64u *h_dst, Ncv32u dstStep, NcvSize32u roiSize); -/*@}*/ +/** @} */ /** \defgroup npps NPPST Signal Processing @@ -899,8 +899,8 @@ NCVStatus nppsStCompact_32f_host(Ncv32f *h_src, Ncv32u srcLen, Ncv32f *h_dst, Ncv32u *dstLen, Ncv32f elemRemove); -/*@}*/ +/** @} */ -//! @} +//! @} cudalegacy #endif // _npp_staging_hpp_