Fix Doxygen warnings (patch derived from Winfried's doxygen-dif.txt.zip, #849)
[openjpeg.git] / src / lib / openjp2 / opj_malloc.h
index 7503c28d2a4f18ab5ec588418edd5fef62ae7181..87c0e605bd41b52e8df5d5a224568209bdc36761 100644 (file)
@@ -56,8 +56,8 @@ void * opj_malloc(size_t size);
 
 /**
 Allocate a memory block with elements initialized to 0
-@param num Blocks to allocate
-@param size Bytes per block to allocate
+@param numOfElements  Blocks to allocate
+@param sizeOfElements Bytes per block to allocate
 @return Returns a void pointer to the allocated space, or NULL if there is insufficient memory available
 */
 void * opj_calloc(size_t numOfElements, size_t sizeOfElements);