mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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
|
||||
* @{
|
||||
*
|
||||
|
@ -241,7 +241,6 @@ struct _thread {
|
||||
|
||||
/**
|
||||
* @def THREAD_EXTRA_STACKSIZE_PRINTF
|
||||
* @ingroup conf
|
||||
* @brief Size of the task's printf stack in bytes
|
||||
*
|
||||
* @note This value must be defined by the CPU specific implementation, please
|
||||
|
@ -7,8 +7,7 @@
|
||||
*/
|
||||
|
||||
/**
|
||||
* @ingroup core_sync Synchronization
|
||||
* @brief Recursive Mutex for thread synchronization
|
||||
* @ingroup core_sync
|
||||
* @{
|
||||
*
|
||||
* @file
|
||||
|
Loading…
Reference in New Issue
Block a user