Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
This commit is contained in:
parent
70d34bce3c
commit
beb005e20d
|
@ -81,7 +81,7 @@ static void (*rt_free_hook)(void *ptr);
|
||||||
* @addtogroup Hook
|
* @addtogroup Hook
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*@{*/
|
/**@{*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function will set a hook function, which will be invoked when a memory
|
* This function will set a hook function, which will be invoked when a memory
|
||||||
|
@ -107,7 +107,7 @@ void rt_free_sethook(void (*hook)(void *ptr))
|
||||||
}
|
}
|
||||||
RTM_EXPORT(rt_free_sethook);
|
RTM_EXPORT(rt_free_sethook);
|
||||||
|
|
||||||
/*@}*/
|
/**@}*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -472,7 +472,7 @@ rt_inline int zoneindex(rt_uint32_t *bytes)
|
||||||
* @addtogroup MM
|
* @addtogroup MM
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*@{*/
|
/**@{*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function will allocate a block from system heap memory.
|
* This function will allocate a block from system heap memory.
|
||||||
|
@ -963,6 +963,6 @@ FINSH_FUNCTION_EXPORT(list_mem, list memory usage information)
|
||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*@}*/
|
/**@}*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue