mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-26 14:20:59 +00:00
[headers] Fix a doxygen warning
This commit is contained in:
parent
e3762d8f38
commit
2cc30f9dfd
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@
|
|||
\param array_size The size of the array.
|
||||
\param alloc Allocator taking (obj, size) where obj is allocator
|
||||
specific data (eg, a memory pool).
|
||||
\param data Additional data for the allocator.
|
||||
\param obj Additional data for the allocator.
|
||||
*/
|
||||
#define DARRAY_ALLOCFIXED_OBJ(array_type, array_size, alloc, obj) \
|
||||
({ \
|
||||
|
|
Loading…
Reference in a new issue