@@ -44,10 +44,13 @@ #endif #ifndef Block_release # define Block_release(x) _Block_release((const void*)(x)) #endif +/** + * \brief The class for all blocks, since all blocks are also objects. + */ @interface OFBlock: OFObject @end @interface OFStackBlock: OFBlock @end