提交 b54e7227 编写于 作者: D dogandog 提交者: GitHub

Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
上级 d507755b
......@@ -50,7 +50,7 @@ void rt_system_tick_init(void)
* @addtogroup Clock
*/
/*@{*/
/**@{*/
/**
* This function will return current tick from operating system startup
......@@ -118,5 +118,5 @@ rt_tick_t rt_tick_from_millisecond(rt_uint32_t ms)
}
RTM_EXPORT(rt_tick_from_millisecond);
/*@}*/
/**@}*/
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册