We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 434b10e commit 32345cfCopy full SHA for 32345cf
clang/include/clang/Format/Format.h
@@ -77,7 +77,7 @@ struct FormatStyle {
77
/// replaced with ``true`` and with setting of new style options using
78
/// ``BreakAfterOpenBracketBracedList``, ``BreakAfterOpenBracketFunction``,
79
/// ``BreakAfterOpenBracketIf``, ``BreakBeforeCloseBracketBracedList``,
80
- /// ``BreakBeforeCloseBracketFunction``, and ``BreakAfterOpenBracketIf``.
+ /// ``BreakBeforeCloseBracketFunction``, and ``BreakBeforeCloseBracketIf``.
81
/// \endnote
82
///
83
/// This applies to round brackets (parentheses), angle brackets and square
0 commit comments