Nicer Doxygen categorization

This commit is contained in:
@CarlWachter
2024-01-06 16:38:58 +01:00
parent b4b214a756
commit f193cde9be
7 changed files with 17 additions and 43 deletions

View File

@@ -9,17 +9,11 @@
#include <cmsis_os2.h>
/**
* @defgroup STA_RTOS_MUTEX Mutex
* @ingroup STA_RTOS_API
* @brief RTOS Mutexes.
*/
namespace sta
{
/**
* @brief Implementation of Mutex interface using CMSIS RTOS2.
* @ingroup STA_RTOS_MUTEX
* @ingroup STA_RTOS_Sync
*/
class RtosMutex : public Mutex
{