mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-02-06 00:45:22 +08:00
[doc][doxygen] Fix doxygen struct error.
Signed-off-by: supperthomas <78900636@qq.com>
This commit is contained in:
@@ -1024,6 +1024,11 @@ struct rt_ipc_object
|
||||
rt_list_t suspend_thread; /**< threads pended on this resource */
|
||||
};
|
||||
|
||||
/**
|
||||
* @addtogroup semaphore
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef RT_USING_SEMAPHORE
|
||||
/**
|
||||
* Semaphore structure
|
||||
@@ -1039,6 +1044,13 @@ struct rt_semaphore
|
||||
typedef struct rt_semaphore *rt_sem_t;
|
||||
#endif /* RT_USING_SEMAPHORE */
|
||||
|
||||
/**@}*/
|
||||
|
||||
/**
|
||||
* @addtogroup mutex
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef RT_USING_MUTEX
|
||||
/**
|
||||
* Mutual exclusion (mutex) structure
|
||||
@@ -1059,6 +1071,13 @@ struct rt_mutex
|
||||
typedef struct rt_mutex *rt_mutex_t;
|
||||
#endif /* RT_USING_MUTEX */
|
||||
|
||||
/**@}*/
|
||||
|
||||
/**
|
||||
* @addtogroup event
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef RT_USING_EVENT
|
||||
/**
|
||||
* flag definitions in event
|
||||
@@ -1080,6 +1099,13 @@ struct rt_event
|
||||
typedef struct rt_event *rt_event_t;
|
||||
#endif /* RT_USING_EVENT */
|
||||
|
||||
/**@}*/
|
||||
|
||||
/**
|
||||
* @addtogroup mailbox
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef RT_USING_MAILBOX
|
||||
/**
|
||||
* mailbox structure
|
||||
@@ -1102,6 +1128,13 @@ struct rt_mailbox
|
||||
typedef struct rt_mailbox *rt_mailbox_t;
|
||||
#endif /* RT_USING_MAILBOX */
|
||||
|
||||
/**@}*/
|
||||
|
||||
/**
|
||||
* @addtogroup messagequeue
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifdef RT_USING_MESSAGEQUEUE
|
||||
/**
|
||||
* message queue structure
|
||||
@@ -1129,6 +1162,8 @@ typedef struct rt_messagequeue *rt_mq_t;
|
||||
|
||||
/**@}*/
|
||||
|
||||
/**@}*/
|
||||
|
||||
/**
|
||||
* @addtogroup MM
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user