File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 9
9
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
- //
13
- // This macro is used to map the global definition name of a semantic
14
- // attribute to its raw value.
15
- // NAME: the global name used in the compiler
16
- // C_STR: the raw value used in swift
17
- //
18
- // SEMANTICS_ATTR(NAME, C_STR)
19
- //
12
+ // /
13
+ // / \file
14
+ // / This macro is used to map the global definition name of a semantic
15
+ // / attribute to its raw value.
16
+ // / NAME: the global name used in the compiler
17
+ // / C_STR: the raw value used in swift
18
+ // /
19
+ // / SEMANTICS_ATTR(NAME, C_STR)
20
+ // /
20
21
// ===----------------------------------------------------------------------===//
21
22
22
23
#ifndef SEMANTICS_ATTR
You can’t perform that action at this time.
0 commit comments