@@ -135,22 +135,22 @@ - (BOOL)containsObjectIdenticalTo: (id)object; /*! * @brief Returns the first object of the list or nil. * - * The returned object is not retained and autoreleased for performance - * reasons! + * @warning The returned object is *not* retained and autoreleased for + * performance reasons! * * @return The first object of the list or nil */ - (id)firstObject; /*! * @brief Returns the last object of the list or nil. * - * The returned object is not retained and autoreleased for performance - * reasons! + * @warning The returned object is *not* retained and autoreleased for + * performance reasons! * * @return The last object of the list or nil */ - (id)lastObject;