Skip to content

Commit

Permalink
Fix Doxygen comment.
Browse files Browse the repository at this point in the history
Use @tparam for template parameters.
Remove a non-existing parameter.
  • Loading branch information
mordante committed Nov 23, 2014
1 parent ac074c0 commit 587626a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions src/serialization/unicode_cast.hpp
Expand Up @@ -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
*/
Expand Down Expand Up @@ -86,10 +86,8 @@ typename ucs4_convert_impl::enableif<TD, typename TS::value_type>::type unicode_
}

/**
@param TD
@tparam TD
output, a collection type.
@param TI
input, a single character.
@return an instance of TD
*/
template<typename TD>
Expand Down

0 comments on commit 587626a

Please sign in to comment.