Improved grouping and allow doxygen without other defines

This commit is contained in:
@CarlWachter
2024-01-06 13:02:54 +01:00
parent 759495f2ce
commit 4357b27ae4
5 changed files with 66 additions and 18 deletions

View File

@@ -11,7 +11,7 @@
#include <sta/config.hpp>
#ifndef STA_TACOS_MANAGER_PRIORITY
#if !defined(STA_TACOS_MANAGER_PRIORITY) && !defined(DOXYGEN)
# error "Manger task priority not specified in config.hpp"
#else
@@ -40,6 +40,8 @@ namespace sta
public:
/**
* @brief Get the singleton instance of the manager.
*
* @ingroup tacos_manager
*/
static Manager* instance()
{