@@ -60,12 +60,12 @@ * OFInvalidFormatException is thrown. See +[dateWithLocalDateString:format:] * if you want to specify a time zone. * * See the manpage for strftime for information on the format. * - * WARNING: The format is currently limited to the following format specifiers: - * %d, %e, %H, %m, %M, %S, %y, %Y, %%, %n and %t. + * \warning The format is currently limited to the following format specifiers: + * %d, %e, %H, %m, %M, %S, %y, %Y, %%, %n and %t. * * \param string The string describing the date * \param format The format of the string describing the date * \return A new, autoreleased OFDate with the specified date and time */ @@ -78,12 +78,12 @@ * * If no time zone is specified, local time is assumed. * * See the manpage for strftime for information on the format. * - * WARNING: The format is currently limited to the following format specifiers: - * %d, %e, %H, %m, %M, %S, %y, %Y, %%, %n and %t. + * \warning The format is currently limited to the following format specifiers: + * %d, %e, %H, %m, %M, %S, %y, %Y, %%, %n and %t. * * \param string The string describing the date * \param format The format of the string describing the date * \return A new, autoreleased OFDate with the specified date and time */ @@ -134,12 +134,12 @@ * OFInvalidFormatException is thrown. See -[initWithLocalDateString:format:] * if you want to specify a time zone. * * See the manpage for strftime for information on the format. * - * WARNING: The format is currently limited to the following format specifiers: - * %d, %e, %H, %m, %M, %S, %y, %Y, %%, %n and %t. + * \warning The format is currently limited to the following format specifiers: + * %d, %e, %H, %m, %M, %S, %y, %Y, %%, %n and %t. * * \param string The string describing the date * \param format The format of the string describing the date * \return An initialized OFDate with the specified date and time */ @@ -152,12 +152,12 @@ * * If no time zone is specified, local time is assumed. * * See the manpage for strftime for information on the format. * - * WARNING: The format is currently limited to the following format specifiers: - * %d, %e, %H, %m, %M, %S, %y, %Y, %%, %n and %t. + * \warning The format is currently limited to the following format specifiers: + * %d, %e, %H, %m, %M, %S, %y, %Y, %%, %n and %t. * * \param string The string describing the date * \param format The format of the string describing the date * \return An initialized OFDate with the specified date and time */