From fb5ecb94992e7febf4bc059cb6ec4a51f50c66b0 Mon Sep 17 00:00:00 2001 From: rubidium Date: Mon, 2 May 2011 17:42:12 +0000 Subject: (svn r22411) -Document: another bunch of bits --- src/core/pool_func.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/pool_func.hpp') diff --git a/src/core/pool_func.hpp b/src/core/pool_func.hpp index 0d9c23165..8f53c66f9 100644 --- a/src/core/pool_func.hpp +++ b/src/core/pool_func.hpp @@ -16,6 +16,10 @@ #include "mem_func.hpp" #include "pool_type.hpp" +/** + * Helper for defining the method's signature. + * @param type The return type of the method. + */ #define DEFINE_POOL_METHOD(type) \ template \ type Pool -- cgit v1.2.3-54-g00ecf