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

Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
上级 3e249d21
......@@ -43,7 +43,7 @@ static void (*rt_mp_free_hook)(struct rt_mempool *mp, void *block);
* @addtogroup Hook
*/
/*@{*/
/**@{*/
/**
* This function will set a hook function, which will be invoked when a memory
......@@ -67,14 +67,14 @@ void rt_mp_free_sethook(void (*hook)(struct rt_mempool *mp, void *block))
rt_mp_free_hook = hook;
}
/*@}*/
/**@}*/
#endif
/**
* @addtogroup MM
*/
/*@{*/
/**@{*/
/**
* This function will initialize a memory pool object, normally which is used
......@@ -465,7 +465,7 @@ void rt_mp_free(void *block)
}
RTM_EXPORT(rt_mp_free);
/*@}*/
/**@}*/
#endif
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册