mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 11:30:01 +08:00
Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
This commit is contained in:
@@ -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);
|
||||
|
||||
/*@}*/
|
||||
/**@}*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user