Skip to content

Commit 339fade

Browse files
WarrenWeckesserserge-sans-paille
authored andcommitted
DOC: Remove a duplicated '\c' in two places.
1 parent 6d6067a commit 339fade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: include/xsimd/types/xsimd_api.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ namespace xsimd
236236
/**
237237
* @ingroup batch_conversion
238238
*
239-
* Perform a static_cast from \c T_in to \c T_out on \c \c x.
239+
* Perform a static_cast from \c T_in to \c T_out on \c x.
240240
* @param x batch_bool of \c T_in
241241
* @return \c x cast to \c T_out
242242
*/
@@ -252,7 +252,7 @@ namespace xsimd
252252
/**
253253
* @ingroup batch_conversion
254254
*
255-
* Perform a static_cast from \c T_in to \c T_out on \c \c x.
255+
* Perform a static_cast from \c T_in to \c T_out on \c x.
256256
* @param x batch of \c T_in
257257
* @return \c x cast to \c T_out
258258
*/

0 commit comments

Comments
 (0)