@@ -15,10 +15,12 @@ */ #import "OFEnumerator.h" /*! + * @protocol OFCollection OFCollection.h ObjFW/OFCollection.h + * * @brief A protocol with methods common for all collections. */ @protocol OFCollection #ifdef OF_HAVE_PROPERTIES @property (readonly) size_t count;