Skip to content

Commit c6d6a57

Browse files
authored
[clang][docs] Fix emphasis syntax in attribute documentation (#73737)
This causes CI failure for PRs updating `AttrDocs.td`. CC @llvm-beanz (I don't have write access)
1 parent f73844d commit c6d6a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/include/clang/Basic/AttrDocs.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7073,7 +7073,7 @@ Parameters annotated with `in` or with no annotation are passed by value from
70737073
the caller to the callee.
70747074

70757075
Parameters annotated with `out` are written to the argument after the callee
7076-
returns (Note: arguments values passed into `out` parameters _are not_ copied
7076+
returns (Note: arguments values passed into `out` parameters *are not* copied
70777077
into the callee).
70787078

70797079
Parameters annotated with `inout` are copied into the callee via a temporary,

0 commit comments

Comments
 (0)