diff --git a/include/osi_common.h b/include/osi_common.h index 830bbd3..59ffc08 100644 --- a/include/osi_common.h +++ b/include/osi_common.h @@ -322,6 +322,7 @@ #endif /* OSI_DEBUG */ /** @} */ +/** \cond DO_NOT_DOCUMENT */ /** * @brief osi_memset - osi memset * @@ -344,6 +345,7 @@ static inline void osi_memset(void *s, nveu8_t c, nveu64_t count) xs[i] = c; } } +/** \endcond */ /** * @brief unused function attribute @@ -393,6 +395,7 @@ struct osi_pdma_vdma_data { nveu32_t vdma_chans[OSI_MGBE_MAX_NUM_CHANS]; }; +/** \cond DO_NOT_DOCUMENT */ /** * @brief osi_valid_pbl_value - returns the allowed pbl value. * @note @@ -433,6 +436,7 @@ static inline nveu32_t osi_valid_pbl_value(nveu32_t pbl_value) return allowed_pbl; } +/** \endcond */ /** * @addtogroup PPS related information