aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/MemoryAllocator/DynAlloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'LUFA/MemoryAllocator/DynAlloc.h')
-rw-r--r--LUFA/MemoryAllocator/DynAlloc.h9
1 files changed, 9 insertions, 0 deletions
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
+
+/** @} */