Index: src/OFDate.h ================================================================== --- src/OFDate.h +++ src/OFDate.h @@ -61,11 +61,11 @@ * 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. + * %%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 */ @@ -79,11 +79,11 @@ * 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. + * %%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 */ @@ -135,11 +135,11 @@ * 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. + * %%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 */ @@ -153,11 +153,11 @@ * 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. + * %%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 */