forked from OSchip/llvm-project
[clang-format][docs] Fix a bad comment
Follow up to 8f310d1967
.
Differential Revision: https://reviews.llvm.org/D120618
This commit is contained in:
parent
d6daca2173
commit
5e51ace4e8
|
@ -2710,7 +2710,7 @@ the configuration (without a prefix: ``Auto``).
|
|||
Indent the requires clause in a template. This only applies when
|
||||
``RequiresClausePosition`` is ``OwnLine``, or ``WithFollowing``.
|
||||
|
||||
In clang-format 13 and 14 it was named ``IndentRequires``.
|
||||
In clang-format 12, 13 and 14 it was named ``IndentRequires``.
|
||||
|
||||
.. code-block:: c++
|
||||
|
||||
|
|
|
@ -2524,7 +2524,7 @@ struct FormatStyle {
|
|||
/// Indent the requires clause in a template. This only applies when
|
||||
/// ``RequiresClausePosition`` is ``OwnLine``, or ``WithFollowing``.
|
||||
///
|
||||
/// In clang-format 13 and 14 it was named ``IndentRequires``.
|
||||
/// In clang-format 12, 13 and 14 it was named ``IndentRequires``.
|
||||
/// \code
|
||||
/// true:
|
||||
/// template <typename It>
|
||||
|
|
Loading…
Reference in New Issue