Correct comments about doxygen format
chang /*@{*/ to /**@{*/ and /*@}*/ to /**@}*/
This commit is contained in:
parent
3e249d2169
commit
aff68a36cd
@ -43,7 +43,7 @@ static void (*rt_mp_free_hook)(struct rt_mempool *mp, void *block);
|
|||||||
* @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
|
||||||
@ -67,14 +67,14 @@ void rt_mp_free_sethook(void (*hook)(struct rt_mempool *mp, void *block))
|
|||||||
rt_mp_free_hook = hook;
|
rt_mp_free_hook = hook;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*@}*/
|
/**@}*/
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup MM
|
* @addtogroup MM
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*@{*/
|
/**@{*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* This function will initialize a memory pool object, normally which is used
|
* This function will initialize a memory pool object, normally which is used
|
||||||
@ -465,7 +465,7 @@ void rt_mp_free(void *block)
|
|||||||
}
|
}
|
||||||
RTM_EXPORT(rt_mp_free);
|
RTM_EXPORT(rt_mp_free);
|
||||||
|
|
||||||
/*@}*/
|
/**@}*/
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user