Skip to content

Commit

Permalink
Documentation|libdeng: Fixed Doxygen issues
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Jul 27, 2012
1 parent d8c9fac commit e28c071
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doomsday/libdeng/include/de/memoryzone.h
Expand Up @@ -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.
*/
Expand All @@ -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.
*/
Expand Down

0 comments on commit e28c071

Please sign in to comment.