Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
This commit is contained in:
dogandog 2016-08-19 10:18:38 +08:00 committed by GitHub
parent beb005e20d
commit 2bfacd85ae
1 changed files with 2 additions and 2 deletions

View File

@ -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);
/*@}*/
/**@}*/