Correct comments about doxygen format

chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
This commit is contained in:
dogandog
2016-08-19 10:08:35 +08:00
committed by GitHub
parent c314417e0b
commit 50393389ff
+2 -2
View File
@@ -60,7 +60,7 @@ void rt_interrupt_leave_sethook(void (*hook)(void))
* @addtogroup Kernel
*/
/*@{*/
/**@{*/
volatile rt_uint8_t rt_interrupt_nest;
@@ -123,5 +123,5 @@ RTM_EXPORT(rt_interrupt_get_nest);
RTM_EXPORT(rt_hw_interrupt_disable);
RTM_EXPORT(rt_hw_interrupt_enable);
/*@}*/
/**@}*/