Full Doxygen documentation

This commit is contained in:
@CarlWachter
2024-01-06 16:30:30 +01:00
parent b30d47413b
commit b4b214a756
10 changed files with 137 additions and 111 deletions

View File

@@ -9,6 +9,11 @@
#include <cstdint>
/**
* @defgroup STA_RTOS_MEMPOOL MemPool
* @ingroup STA_RTOS_API
* @brief RTOS Memory Pool.
*/
namespace sta
{
@@ -17,7 +22,7 @@ namespace sta
*
* @tparam Message type
*
* @ingroup STA_RTOS_API
* @ingroup STA_RTOS_MEMPOOL
*/
template <typename T>
class RtosMemPool