Explorar o código

Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
dogandog %!s(int64=9) %!d(string=hai) anos
pai
achega
4c9bd71f22
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/kservice.c

+ 2 - 2
src/kservice.c

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