Skip to content

Commit c8908f9

Browse files
committed
comment formatting
1 parent d3000fa commit c8908f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/Sema/CSGen.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3084,10 +3084,10 @@ namespace {
30843084

30853085
for (auto pack : expandedPacks) {
30863086
Type packType;
3087-
// Skipping over pack elements because the relationship to its
3088-
// environment is now established during addPackElementEnvironment upon
3089-
// visiting its pack expansion and the Shape constraint added upon
3090-
// visiting the pack element.
3087+
/// Skipping over pack elements because the relationship to its
3088+
/// environment is now established during \c addPackElementEnvironment
3089+
/// upon visiting its pack expansion and the Shape constraint added
3090+
/// upon visiting the pack element.
30913091
if (isExpr<PackElementExpr>(pack)) {
30923092
continue;
30933093
} else if (auto *elementType =

0 commit comments

Comments
 (0)