浏览代码

Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
dogandog 9 年之前
父节点
当前提交
2bfacd85ae
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/thread.c

+ 2 - 2
src/thread.c

@@ -169,7 +169,7 @@ static rt_err_t _rt_thread_init(struct rt_thread *thread,
  * @addtogroup Thread
  */
 
-/*@{*/
+/**@{*/
 
 /**
  * This function will initialize a thread, normally it's used to initialize a
@@ -737,4 +737,4 @@ rt_thread_t rt_thread_find(char *name)
 }
 RTM_EXPORT(rt_thread_find);
 
-/*@}*/
+/**@}*/