core: fix doxygen grouping
This commit is contained in:
parent
70407a1a3e
commit
bd2845adf6
@ -7,7 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup core_sync Synchronization
|
* @ingroup core_sync
|
||||||
* @brief Recursive Mutex for thread synchronization
|
* @brief Recursive Mutex for thread synchronization
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
|
|||||||
@ -241,7 +241,6 @@ struct _thread {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* @def THREAD_EXTRA_STACKSIZE_PRINTF
|
* @def THREAD_EXTRA_STACKSIZE_PRINTF
|
||||||
* @ingroup conf
|
|
||||||
* @brief Size of the task's printf stack in bytes
|
* @brief Size of the task's printf stack in bytes
|
||||||
*
|
*
|
||||||
* @note This value must be defined by the CPU specific implementation, please
|
* @note This value must be defined by the CPU specific implementation, please
|
||||||
|
|||||||
@ -7,8 +7,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @ingroup core_sync Synchronization
|
* @ingroup core_sync
|
||||||
* @brief Recursive Mutex for thread synchronization
|
|
||||||
* @{
|
* @{
|
||||||
*
|
*
|
||||||
* @file
|
* @file
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user