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,12 +9,6 @@
#include <cstdint>
/**
* @defgroup STA_RTOS_QUEUE Queue
* @ingroup STA_RTOS_API
* @brief RTOS Queue.
*/
namespace sta
{
/**
@@ -22,7 +16,7 @@ namespace sta
*
* @tparam Message type
*
* @ingroup STA_RTOS_QUEUE
* @ingroup STA_RTOS_IPC
*/
template <typename T>
class RtosQueue