From 3d0dfd5b4081f3ca7f4233ded1ce1cf231ffeed7 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 25 Oct 2015 12:48:03 +0000 Subject: [PATCH] -doxygen --- src/microhttpd/memorypool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/microhttpd/memorypool.h b/src/microhttpd/memorypool.h index 4db952a4..4868692d 100644 --- a/src/microhttpd/memorypool.h +++ b/src/microhttpd/memorypool.h @@ -62,7 +62,7 @@ MHD_pool_destroy (struct MemoryPool *pool); * * @param pool memory pool to use for the operation * @param size number of bytes to allocate - * @param from_end allocate from end of pool (set to MHD_YES); + * @param from_end allocate from end of pool (set to #MHD_YES); * use this for small, persistent allocations that * will never be reallocated * @return NULL if the pool cannot support size more