diff --git a/include/xsimd/types/xsimd_api.hpp b/include/xsimd/types/xsimd_api.hpp index 7aa7cc0d6..a9c61244c 100644 --- a/include/xsimd/types/xsimd_api.hpp +++ b/include/xsimd/types/xsimd_api.hpp @@ -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 */ @@ -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 */