mirror of
https://git.intern.spaceteamaachen.de/ALPAKA/rtos2-utils.git
synced 2025-08-06 11:07:34 +00:00
Nicer Doxygen categorization
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user