提交 2bfacd85 编写于 作者: D dogandog 提交者: GitHub

Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
上级 beb005e2
......@@ -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);
/*@}*/
/**@}*/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册