@@ -30,10 +30,12 @@ typedef void (^of_counted_set_enumeration_block_t)(id object, size_t count, bool *stop); #endif /*! + * @class OFCountedSet OFCountedSet.h ObjFW/OFCountedSet.h + * * @brief An abstract class for a mutable unordered set of objects, counting how * often it contains an object. */ @interface OFCountedSet: OFMutableSet /*!