Browse Source

Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
dogandog 9 years ago
parent
commit
b54e72275a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/clock.c

+ 2 - 2
src/clock.c

@@ -50,7 +50,7 @@ void rt_system_tick_init(void)
  * @addtogroup Clock
  * @addtogroup Clock
  */
  */
 
 
-/*@{*/
+/**@{*/
 
 
 /**
 /**
  * This function will return current tick from operating system startup
  * This function will return current tick from operating system startup
@@ -118,5 +118,5 @@ rt_tick_t rt_tick_from_millisecond(rt_uint32_t ms)
 }
 }
 RTM_EXPORT(rt_tick_from_millisecond);
 RTM_EXPORT(rt_tick_from_millisecond);
 
 
-/*@}*/
+/**@}*/