@@ -13,12 +13,17 @@ * LICENSE.GPLv2 or LICENSE.GPLv3 respectively included in the packaging of this * file. */ #import "OFObject.h" + +/*! @file */ #ifdef OF_HAVE_BLOCKS +/*! + * @brief A block for a job which should be executed in a thread pool. + */ typedef void (^of_thread_pool_block_t)(void); #endif @class OFMutableArray; @class OFList;