Skip to content

Commit f8f728a

Browse files
committed
Add additional forward slash to and builtin docs
1 parent 3aff536 commit f8f728a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clang/lib/Headers/hlsl/hlsl_intrinsics.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -253,9 +253,9 @@ bool all(double4);
253253
// and builtins
254254
//===----------------------------------------------------------------------===//
255255

256-
// \fn bool and(bool x, bool y)
257-
// \brief Logically ands two boolean vectors elementwise and produces a bool
258-
// vector output.
256+
/// \fn bool and(bool x, bool y)
257+
/// \brief Logically ands two boolean vectors elementwise and produces a bool
258+
/// vector output.
259259

260260
_HLSL_BUILTIN_ALIAS(__builtin_hlsl_and)
261261
bool and (bool x, bool y);

0 commit comments

Comments
 (0)