From c78ccccd195dc2c9f7143693bd083edc4ebfae67 Mon Sep 17 00:00:00 2001 From: "@CarlWachter" Date: Sat, 6 Jan 2024 15:24:22 +0100 Subject: [PATCH] Fix: Doxygen grouping startup --- src/startup.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/startup.cpp b/src/startup.cpp index 53fbc56..73a5b21 100644 --- a/src/startup.cpp +++ b/src/startup.cpp @@ -50,6 +50,8 @@ namespace sta { /** * @brief Function that returns the UART handle used for debugging. Override it in userspace to adjust. + * + * @ingroup tacos_startup */ STA_WEAK UART_HandleTypeDef * getUARThandle(){ @@ -58,6 +60,8 @@ namespace sta /** * @brief Function that initializes the printable object given by getUARThandle(). + * + * @ingroup tacos_startup */ void initPrintable() {