Skip to content

Commit a800c9e

Browse files
committed
fixup! Address review comments
1 parent 2ca448b commit a800c9e

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

include/swift/AST/SemanticAttrs.def

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
// See https://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
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+
///
2021
//===----------------------------------------------------------------------===//
2122

2223
#ifndef SEMANTICS_ATTR

0 commit comments

Comments
 (0)