Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
This commit is contained in:
dogandog 2016-08-19 10:10:26 +08:00 committed by GitHub
parent 50393389ff
commit 4c9bd71f22
1 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
* @addtogroup KernelService
*/
/*@{*/
/**@{*/
/* global errno in RT-Thread */
static volatile int _errno;
@ -1328,4 +1328,4 @@ int vsprintf(char *buf, const char *format, va_list arg_ptr) __attribute__((weak
#endif
/*@}*/
/**@}*/