Skip to content

Commit 9cf6bcc

Browse files
leijurvowenca
andauthored
Update clang/include/clang/Format/Format.h
Co-authored-by: Owen Pan <[email protected]>
1 parent 4faf28a commit 9cf6bcc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang/include/clang/Format/Format.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,8 +2252,8 @@ struct FormatStyle {
22522252
/// \version 16
22532253
BreakBeforeInlineASMColonStyle BreakBeforeInlineASMColon;
22542254

2255-
/// If ``true``, a line break will be placed before the ``>`` in a block
2256-
/// indented template declaration.
2255+
/// If ``true``, break before a template closing bracket (``>``) when there is
2256+
/// a line break after the matching opening bracket (``<``).
22572257
/// \code
22582258
/// true:
22592259
/// template <typename Foo, typename Bar>

0 commit comments

Comments
 (0)