Browse Source

Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
dogandog 9 years ago
parent
commit
4c9bd71f22
1 changed files with 2 additions and 2 deletions
  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
 
-/*@}*/
+/**@}*/