diff --git a/docs/doxygen/Doxyfile b/docs/doxygen/Doxyfile index f40908f5f..18d9a73bc 100644 --- a/docs/doxygen/Doxyfile +++ b/docs/doxygen/Doxyfile @@ -184,7 +184,8 @@ FULL_PATH_NAMES = YES # will be relative from the directory where doxygen is started. # This tag requires that the tag FULL_PATH_NAMES is set to YES. -STRIP_FROM_PATH = +#STRIP_FROM_PATH = +STRIP_FROM_PATH = /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-rpp/checkouts/latest/ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of the # path mentioned in the documentation of a class, which tells the reader which @@ -193,7 +194,8 @@ STRIP_FROM_PATH = # specify the list of include paths that are normally passed to the compiler # using the -I flag. -STRIP_FROM_INC_PATH = +STRIP_FROM_INC_PATH = + # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but # less readable) file names. This can be useful is your file systems doesn't diff --git a/include/rppt_tensor_arithmetic_operations.h b/include/rppt_tensor_arithmetic_operations.h index 943a08b34..d34bdd1dd 100644 --- a/include/rppt_tensor_arithmetic_operations.h +++ b/include/rppt_tensor_arithmetic_operations.h @@ -25,14 +25,6 @@ SOFTWARE. #ifndef RPPT_TENSOR_ARITHMETIC_OPERATIONS_H #define RPPT_TENSOR_ARITHMETIC_OPERATIONS_H -/*! - * \file - * \brief RPPT Tensor Arithmetic operation Functions. - * - * \defgroup group_tensor_arithmetic Operations: AMD RPP Tensor Arithmetic Operations - * \brief Tensor Arithmetic Operations. - */ - #include "rpp.h" #include "rppdefs.h" #ifdef __cplusplus @@ -42,7 +34,7 @@ extern "C" { /*! * \file * \brief RPPT Tensor Operations - Arithmetic Operations. - * \defgroup group_tensor_arithmetic_operations RPPT Tensor Operations - Arithmetic Operations. + * \defgroup group_rppt_tensor_arithmetic_operations RPPT Tensor Operations - Arithmetic Operations. * \brief RPPT Tensor Operations - Arithmetic Operations. */ diff --git a/include/rppt_tensor_audio_augmentations.h b/include/rppt_tensor_audio_augmentations.h index 31f3e95ef..f6349ae95 100644 --- a/include/rppt_tensor_audio_augmentations.h +++ b/include/rppt_tensor_audio_augmentations.h @@ -25,6 +25,12 @@ SOFTWARE. #ifndef RPPT_TENSOR_AUDIO_AUGMENTATIONS_H #define RPPT_TENSOR_AUDIO_AUGMENTATIONS_H +#include "rpp.h" +#include "rppdefs.h" +#ifdef __cplusplus +extern "C" { +#endif + /*! * \file * \brief RPPT Tensor Operations - Audio Augmentations. @@ -36,12 +42,6 @@ SOFTWARE. * @{ */ -#include "rpp.h" -#include "rppdefs.h" -#ifdef __cplusplus -extern "C" { -#endif - /*! \brief Non Silent Region Detection augmentation on HOST backend * \details Non Silent Region Detection augmentation for 1D audio buffer \n Finds the starting index and length of non silent region in the audio buffer by comparing the @@ -168,6 +168,9 @@ RppStatus rppt_mel_filter_bank_host(RppPtr_t srcPtr, RpptDescPtr srcDescPtr, Rpp */ RppStatus rppt_resample_host(RppPtr_t srcPtr, RpptDescPtr srcDescPtr, RppPtr_t dstPtr, RpptDescPtr dstDescPtr, Rpp32f *inRateTensor, Rpp32f *outRateTensor, Rpp32s *srcDimsTensor, RpptResamplingWindow &window, rppHandle_t rppHandle); +/*! @} + */ + #ifdef __cplusplus } #endif diff --git a/include/rppt_tensor_logical_operations.h b/include/rppt_tensor_logical_operations.h index 29eefa466..3a4685167 100644 --- a/include/rppt_tensor_logical_operations.h +++ b/include/rppt_tensor_logical_operations.h @@ -34,7 +34,7 @@ extern "C" { /*! * \file * \brief RPPT Tensor Operations - Logical Operations. - * \defgroup group_tensor_logical_operations RPPT Tensor Operations - Logical Operations. + * \defgroup group_rppt_tensor_logical_operations RPPT Tensor Operations - Logical Operations. * \brief RPPT Tensor Operations - Logical Operations. */