提交 ab786679 编写于 作者: B bernard

[Kernel] comments clean up.

上级 a8b0fe3f
...@@ -44,16 +44,12 @@ static rt_uint8_t rt_thread_stack[IDLE_THREAD_STACK_SIZE]; ...@@ -44,16 +44,12 @@ static rt_uint8_t rt_thread_stack[IDLE_THREAD_STACK_SIZE];
extern rt_list_t rt_thread_defunct; extern rt_list_t rt_thread_defunct;
#ifdef RT_USING_HOOK #ifdef RT_USING_HOOK
/**
* @addtogroup Hook
*/
/*@{*/
static void (*rt_thread_idle_hook)(); static void (*rt_thread_idle_hook)();
/** /**
* This function will set a hook function to idle thread loop. * @ingroup Hook
* This function sets a hook function to idle thread loop. When the system performs
* idle loop, this hook function should be invoked.
* *
* @param hook the specified hook function * @param hook the specified hook function
* *
...@@ -63,8 +59,6 @@ void rt_thread_idle_sethook(void (*hook)(void)) ...@@ -63,8 +59,6 @@ void rt_thread_idle_sethook(void (*hook)(void))
{ {
rt_thread_idle_hook = hook; rt_thread_idle_hook = hook;
} }
/*@}*/
#endif #endif
/** /**
...@@ -180,7 +174,7 @@ static void rt_thread_idle_entry(void *parameter) ...@@ -180,7 +174,7 @@ static void rt_thread_idle_entry(void *parameter)
} }
/** /**
* @ingroup SymstemInit * @ingroup SystemInit
* *
* This function will initialize idle thread, then start it. * This function will initialize idle thread, then start it.
* *
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册