Skip to content
Snippets Groups Projects
Commit f9086b02 authored by Alexander Kornienko's avatar Alexander Kornienko
Browse files

Fix a typo. NFC

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@261646 91177308-0d34-0410-b5e6-96231b3b80d8
parent ed09c5e2
No related branches found
No related tags found
No related merge requests found
...@@ -148,7 +148,7 @@ the configuration (without a prefix: ``Auto``). ...@@ -148,7 +148,7 @@ the configuration (without a prefix: ``Auto``).
.. START_FORMAT_STYLE_OPTIONS .. START_FORMAT_STYLE_OPTIONS
**AccessModifierOffset** (``int``) **AccessModifierOffset** (``int``)
The extra indent or outdent of access modifiers, e.g. ``public``:. The extra indent or outdent of access modifiers, e.g. ``public:``.
**AlignAfterOpenBracket** (``BracketAlignmentStyle``) **AlignAfterOpenBracket** (``BracketAlignmentStyle``)
If ``true``, horizontally aligns arguments after an open bracket. If ``true``, horizontally aligns arguments after an open bracket.
......
...@@ -40,7 +40,7 @@ std::error_code make_error_code(ParseError e); ...@@ -40,7 +40,7 @@ std::error_code make_error_code(ParseError e);
/// \brief The ``FormatStyle`` is used to configure the formatting to follow /// \brief The ``FormatStyle`` is used to configure the formatting to follow
/// specific guidelines. /// specific guidelines.
struct FormatStyle { struct FormatStyle {
/// \brief The extra indent or outdent of access modifiers, e.g. ``public``:. /// \brief The extra indent or outdent of access modifiers, e.g. ``public:``.
int AccessModifierOffset; int AccessModifierOffset;
/// \brief Different styles for aligning after open brackets. /// \brief Different styles for aligning after open brackets.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment