Documentation

This commit is contained in:
Phil Schatzmann 2024-03-17 02:59:52 +01:00
parent a59d5b411c
commit f3da9ab715
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
/**
* @defgroup collections Collections
* @ingroup tools
* @brief Audio Player
* @brief Vector, List, Queue, Stack...
*/
#include "AudioBasic/Collections/Vector.h"

View File

@ -9,7 +9,7 @@ namespace audio_tools {
/**
* @defgroup memorymgmt Memory Management
* @ingroup tools
* @brief Memory Management
* @brief Allocators and Memory Manager
*/
/**