Skip to content

Commit f9b5e91

Browse files
committed
Fix doxygen comment. NFC.
1 parent 9049d6e commit f9b5e91

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

lib/SIL/SILPrinter.cpp

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
1010
//
1111
//===----------------------------------------------------------------------===//
12-
//
13-
// This file defines the logic to pretty-print SIL, Instructions, etc.
14-
//
12+
///
13+
/// \file
14+
///
15+
/// This file defines the logic to pretty-print SIL, Instructions, etc.
16+
///
1517
//===----------------------------------------------------------------------===//
1618

1719
#include "swift/Strings.h"

0 commit comments

Comments
 (0)