@@ -91,20 +91,22 @@ - (void)appendString: (OFString*)string; /** * \brief Appends a formatted string to the OFMutableString. * - * 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 format string which generates the string to append */ - (void)appendFormat: (OFConstantString*)format, ...; /** * \brief Appends a formatted string to the OFMutableString. * - * 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 format string which generates the string to append * \param arguments The arguments used in the format string */ - (void)appendFormat: (OFConstantString*)format