1
0
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:
Alexandre Abadie 2018-06-01 13:19:21 +02:00
parent 70407a1a3e
commit bd2845adf6
3 changed files with 2 additions and 4 deletions

View File

@ -7,7 +7,7 @@
*/
/**
* @ingroup core_sync Synchronization
* @ingroup core_sync
* @brief Recursive Mutex for thread synchronization
* @{
*

View File

@ -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

View File

@ -7,8 +7,7 @@
*/
/**
* @ingroup core_sync Synchronization
* @brief Recursive Mutex for thread synchronization
* @ingroup core_sync
* @{
*
* @file