Explorar el Código

Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
dogandog hace 9 años
padre
commit
4c9bd71f22
Se han modificado 1 ficheros con 2 adiciones y 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
 
-/*@}*/
+/**@}*/