doxygen documenting

This commit is contained in:
hathach
2014-03-24 12:35:44 +07:00
parent cf60e374aa
commit a8406060d1
19 changed files with 29 additions and 71 deletions

View File

@@ -50,7 +50,7 @@
/** @} */
/** \defgroup Group_OSAL OS Abstraction Layer (OSAL)
/** \defgroup group_osal OS Abstraction Layer (OSAL)
* @{ */
#ifdef __cplusplus

View File

@@ -36,7 +36,7 @@
*/
/**************************************************************************/
/** \ingroup Group_OSAL
/** \ingroup group_osal
* @{
* \defgroup Group_CMSISRTX CMSIS-RTOS RTX
* @{ */

View File

@@ -36,12 +36,8 @@
*/
/**************************************************************************/
/** \ingroup TBD
* \defgroup TBD
* \brief TBD
*
* @{
*/
/** \ingroup group_osal
* @{ */
#ifndef _TUSB_OSAL_COMMON_H_
#define _TUSB_OSAL_COMMON_H_

View File

@@ -36,7 +36,7 @@
*/
/**************************************************************************/
/** \ingroup Group_OSAL
/** \ingroup group_osal
* @{
* \defgroup Group_FreeRTOS FreeRTOS
* @{ */

View File

@@ -36,8 +36,7 @@
*/
/**************************************************************************/
/** \addtogroup Group_OSAL
* @{
/** \ingroup group_osal
* \defgroup Group_OSNone None OS
* @{ */
@@ -320,4 +319,3 @@ static inline void osal_queue_flush(osal_queue_handle_t const queue_hdl)
#endif /* _TUSB_OSAL_NONE_H_ */
/** @} */
/** @} */