summaryrefslogtreecommitdiff
path: root/boost/date_time/strings_from_facet.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/date_time/strings_from_facet.hpp')
-rw-r--r--boost/date_time/strings_from_facet.hpp10
1 files changed, 4 insertions, 6 deletions
diff --git a/boost/date_time/strings_from_facet.hpp b/boost/date_time/strings_from_facet.hpp
index 7596be9856..800919a0b5 100644
--- a/boost/date_time/strings_from_facet.hpp
+++ b/boost/date_time/strings_from_facet.hpp
@@ -21,9 +21,8 @@ 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.
*
- *! charT The type of char to use when gathering, typically char
- * or wchar_t.
- *
+ *@param 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,
* false for long strings.
@@ -72,9 +71,8 @@ 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.
*
- *! charT The type of char to use when gathering, typically char
- * or wchar_t.
- *
+ *@param 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,
* false for long strings.