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,18 +9,12 @@
#include <cmsis_os2.h>
/**
* @defgroup STA_RTOS_SIGNAL Signal
* @ingroup STA_RTOS_API
* @brief RTOS Signal.
*/
namespace sta
{
/**
* @brief Implementation of Signal interface using CMSIS RTOS2.
*
* @ingroup STA_RTOS_SIGNAL
* @ingroup STA_RTOS_Sync
*
*/
class RtosSignal : public Signal