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

@@ -22,6 +22,17 @@
* @brief Build configuration options.
*/
/**
* @defgroup STA_RTOS_IPC Interprocess communication
* @ingroup STA_RTOS_API
* @brief Classes for interprocess communication.
*/
/**
* @defgroup STA_RTOS_Sync Process synchronization
* @ingroup STA_RTOS_API
* @brief Classes for process synchronization.
*/
/**
* @ingroup STA_RTOS_API