diff --git a/include/boost/date_time/dst_rules.hpp b/include/boost/date_time/dst_rules.hpp index 760d9cc4..03a808e9 100644 --- a/include/boost/date_time/dst_rules.hpp +++ b/include/boost/date_time/dst_rules.hpp @@ -94,7 +94,7 @@ namespace boost { * @param dst_start_offset Time offset within day for dst boundary * @param dst_end_day Ending day of dst for the given locality * @param dst_end_offset Time offset within day given in dst for dst boundary - * @param dst_length_minutes length of dst adjusment + * @param dst_length length of dst adjusment * @retval The time is either ambiguous, invalid, in dst, or not in dst */ static time_is_dst_result diff --git a/include/boost/date_time/strings_from_facet.hpp b/include/boost/date_time/strings_from_facet.hpp index cecd32fa..c5b46785 100644 --- a/include/boost/date_time/strings_from_facet.hpp +++ b/include/boost/date_time/strings_from_facet.hpp @@ -23,7 +23,7 @@ namespace boost { namespace date_time { * all the month strings from a locale. This is handy when building * custom date parsers or formatters that need to be localized. * - *@param charT The type of char to use when gathering typically char + *@tparam charT The type of char to use when gathering typically char * or wchar_t. *@param locale The locale to use when gathering the strings *@param short_strings True(default) to gather short strings, @@ -73,7 +73,7 @@ gather_month_strings(const std::locale& locale, bool short_strings=true) * 'Sunday'. This is handy when building custom date parsers or * formatters that need to be localized. * - *@param charT The type of char to use when gathering typically char + *@tparam charT The type of char to use when gathering typically char * or wchar_t. *@param locale The locale to use when gathering the strings *@param short_strings True(default) to gather short strings,