Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
This commit is contained in:
parent
50393389ff
commit
4c9bd71f22
|
@ -43,7 +43,7 @@
|
||||||
* @addtogroup KernelService
|
* @addtogroup KernelService
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*@{*/
|
/**@{*/
|
||||||
|
|
||||||
/* global errno in RT-Thread */
|
/* global errno in RT-Thread */
|
||||||
static volatile int _errno;
|
static volatile int _errno;
|
||||||
|
@ -1328,4 +1328,4 @@ int vsprintf(char *buf, const char *format, va_list arg_ptr) __attribute__((weak
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*@}*/
|
/**@}*/
|
||||||
|
|
Loading…
Reference in New Issue