Index: src/OFXMLElement.h ================================================================== --- src/OFXMLElement.h +++ src/OFXMLElement.h @@ -229,13 +229,13 @@ * \param children The new children to add */ - (void)setChildren: (OFArray*)children; /** - * \brief Returns an array with all children of the element. + * \brief Returns an array of OFXMLNodes with all children of the element. * - * \return An array with all children of the element + * \return An array of OFXMLNodes with all children of the element */ - (OFArray*)children; /** * \brief Removes all children and sets the string value to the specified