@@ -204,11 +204,13 @@ byteOrder: (of_endianess_t)byteOrder length: (size_t)length; /** * Creates a new OFString from a format string. - * See printf for the format syntax. + * + * See printf for the format syntax. As an addition, %@ is available as format + * specifier for objects. * * \param format A string used as format to initialize the OFString * \return A new autoreleased OFString */ + stringWithFormat: (OFConstantString*)format, ...; @@ -402,20 +404,24 @@ byteOrder: (of_endianess_t)byteOrder length: (size_t)length; /** * Initializes an already allocated OFString with a format string. - * See printf for the format syntax. + * + * See printf for the format syntax. As an addition, %@ is available as format + * specifier for objects. * * \param format A string used as format to initialize the OFString * \return An initialized OFString */ - initWithFormat: (OFConstantString*)format, ...; /** * Initializes an already allocated OFString with a format string. - * See printf for the format syntax. + * + * See printf for the format syntax. As an addition, %@ is available as format + * specifier for objects. * * \param format A string used as format to initialize the OFString * \param arguments The arguments used in the format string * \return An initialized OFString */