@@ -33,11 +33,11 @@ - (void)addObject: (id)object; /*! * @brief Adds the objects from the specified OFArray to the end of the array. * - * @brief array An array of objects to add + * @param array An array of objects to add */ - (void)addObjectsFromArray: (OFArray*)array; /*! * @brief Inserts an object to the OFArray at the specified index.