@@ -23,11 +23,11 @@ * * @brief A protocol with methods common for all collections. */ @protocol OFCollection /*! - * @return The number of objects in the collection + * @brief The number of objects in the collection */ @property (readonly, nonatomic) size_t count; /*! * @brief Checks whether the collection contains an object equal to the