Browse Source

Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
dogandog 9 năm trước cách đây
mục cha
commit
c314417e0b
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/ipc.c

+ 2 - 2
src/ipc.c

@@ -61,7 +61,7 @@ extern void (*rt_object_put_hook)(struct rt_object *object);
  * @addtogroup IPC
  * @addtogroup IPC
  */
  */
 
 
-/*@{*/
+/**@{*/
 
 
 /**
 /**
  * This function will initialize an IPC object
  * 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);
 RTM_EXPORT(rt_mq_control);
 #endif /* end of RT_USING_MESSAGEQUEUE */
 #endif /* end of RT_USING_MESSAGEQUEUE */
 
 
-/*@}*/
+/**@}*/