From e28c071abc4342e5def13b237048b00215d8a02a Mon Sep 17 00:00:00 2001 From: skyjake Date: Sun, 22 Jul 2012 11:54:44 +0300 Subject: [PATCH] Documentation|libdeng: Fixed Doxygen issues --- doomsday/libdeng/include/de/memoryzone.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doomsday/libdeng/include/de/memoryzone.h b/doomsday/libdeng/include/de/memoryzone.h index d473b8f782..389a2d9039 100644 --- a/doomsday/libdeng/include/de/memoryzone.h +++ b/doomsday/libdeng/include/de/memoryzone.h @@ -150,6 +150,7 @@ typedef struct zblockset_s zblockset_t; * * @param sizeOfElement Required size of each element. * @param batchSize Number of elements in each block of the set. + * @param tag Purge level for the allocation. * * @return Ptr to the newly created blockset. */ @@ -167,7 +168,7 @@ DENG_PUBLIC void ZBlockSet_Delete(zblockset_t* set); /** * Return a ptr to the next unused element in the blockset. * - * @param blockset The blockset to return the next element from. + * @param set The blockset to return the next element from. * * @return Ptr to the next unused element in the blockset. */