diff --git a/src/serialization/unicode_cast.hpp b/src/serialization/unicode_cast.hpp index 192c7d8dc1a8..4af71ec09ac5 100644 --- a/src/serialization/unicode_cast.hpp +++ b/src/serialization/unicode_cast.hpp @@ -48,9 +48,9 @@ namespace ucs4_convert_impl } /** - @param TD + @tparam TD output, a collection type. - @param TS + @tparam TS input, a collection type. @return an instance of TD */ @@ -86,10 +86,8 @@ typename ucs4_convert_impl::enableif::type unicode_ } /** - @param TD + @tparam TD output, a collection type. - @param TI - input, a single character. @return an instance of TD */ template