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 * @brief Recursive Mutex for thread synchronization
* @{ * @{
* *

View File

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

View File

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