diff --git a/src/ipc.c b/src/ipc.c index 8c12f701b07c6d36719870f0e069a4f6a333742f..9ecd60209948dbcfd1a1afca39918db190411a91 100644 --- a/src/ipc.c +++ b/src/ipc.c @@ -61,7 +61,7 @@ extern void (*rt_object_put_hook)(struct rt_object *object); * @addtogroup IPC */ -/*@{*/ +/**@{*/ /** * This function will initialize an IPC object @@ -2281,4 +2281,4 @@ rt_err_t rt_mq_control(rt_mq_t mq, rt_uint8_t cmd, void *arg) RTM_EXPORT(rt_mq_control); #endif /* end of RT_USING_MESSAGEQUEUE */ -/*@}*/ +/**@}*/