@@ -44,12 +44,12 @@ #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. +/*! + * @brief The class for all blocks, since all blocks are also objects. */ @interface OFBlock: OFObject @end @interface OFStackBlock: OFBlock