Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/USBasp.git] / LUFA / MemoryAllocator / DynAlloc.h
index dba1864..d53b8bb 100644 (file)
  *  memory) to be freed. BLOCK_SIZE gives the number of bytes in each memory block.\r
  */\r
 \r
+/** @defgroup Group_MemoryAllocator Dynamic Block Memory Allocator - LUFA/MemoryAllocator/DynAlloc.h\r
+ *\r
+ *  Dynamic auto-degragmenting memory block allocator functions. See DynAlloc.h description for more details.\r
+ *\r
+ *  @{\r
+ */\r
+\r
 #ifndef __DYN_ALLOC__\r
 #define __DYN_ALLOC__\r
 \r
        #endif\r
        \r
 #endif\r
+\r
+/** @} */\r