diff --git a/src/thread.c b/src/thread.c index b8b582d5be6a869511c7607b2837642d43aa7b7b..ec7bfdefbde9e01ce71b1108d190b2de54b48b07 100644 --- a/src/thread.c +++ b/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); -/*@}*/ +/**@}*/