Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
This commit is contained in:
dogandog 2016-08-19 10:07:12 +08:00 committed by GitHub
parent b54e72275a
commit c314417e0b
1 changed files with 2 additions and 2 deletions

View File

@ -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 */
/*@}*/
/**@}*/