Skip to content

Commit c466fc6

Browse files
committed
clang-format
1 parent d5187a9 commit c466fc6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang/lib/Headers/hlsl/hlsl_intrinsics.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ fmod(__detail::HLSL_FIXED_VECTOR<float, N> X,
308308
//===----------------------------------------------------------------------===//
309309

310310
/// \fn T ldexp(T X, T Exp)
311-
/// \brief Returns the result of multiplying \a X by two, raised to the power of \a Exp.
311+
/// \brief Returns the result of multiplying the specified value by two, raised
312+
/// to the power of the specified exponent.
312313
/// \param X [in] The specified value.
313314
/// \param Exp [in] The specified exponent.
314315
///

0 commit comments

Comments
 (0)