Skip to content

Commit

Permalink
DOC: Remove a duplicated '\c' in two places.
Browse files Browse the repository at this point in the history
  • Loading branch information
WarrenWeckesser authored and serge-sans-paille committed Feb 19, 2025
1 parent 6d6067a commit 339fade
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/xsimd/types/xsimd_api.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ namespace xsimd
/**
* @ingroup batch_conversion
*
* Perform a static_cast from \c T_in to \c T_out on \c \c x.
* Perform a static_cast from \c T_in to \c T_out on \c x.
* @param x batch_bool of \c T_in
* @return \c x cast to \c T_out
*/
Expand All @@ -252,7 +252,7 @@ namespace xsimd
/**
* @ingroup batch_conversion
*
* Perform a static_cast from \c T_in to \c T_out on \c \c x.
* Perform a static_cast from \c T_in to \c T_out on \c x.
* @param x batch of \c T_in
* @return \c x cast to \c T_out
*/
Expand Down

0 comments on commit 339fade

Please sign in to comment.