X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/ef06bfd1c0ef5272c32808e23d0fd60d2d1bca9c..8f6b4ddf764c3a54e42d00a7502c82c5c3e71b1c:/LUFA/MemoryAllocator/DynAlloc.h diff --git a/LUFA/MemoryAllocator/DynAlloc.h b/LUFA/MemoryAllocator/DynAlloc.h index dba1864cd..d53b8bb30 100644 --- a/LUFA/MemoryAllocator/DynAlloc.h +++ b/LUFA/MemoryAllocator/DynAlloc.h @@ -51,6 +51,13 @@ * memory) to be freed. BLOCK_SIZE gives the number of bytes in each memory block. */ +/** @defgroup Group_MemoryAllocator Dynamic Block Memory Allocator - LUFA/MemoryAllocator/DynAlloc.h + * + * Dynamic auto-degragmenting memory block allocator functions. See DynAlloc.h description for more details. + * + * @{ + */ + #ifndef __DYN_ALLOC__ #define __DYN_ALLOC__ @@ -180,3 +187,5 @@ #endif #endif + +/** @} */