[clang-format] Fix documentation of bcc1dee600

That was an oversight.

Differential Revision: https://reviews.llvm.org/D93776
This commit is contained in:
Björn Schäpers 2021-01-18 10:58:20 +01:00
parent b9ce772b8f
commit b43075e34a
2 changed files with 6 additions and 2 deletions

View File

@ -3077,7 +3077,10 @@ the configuration (without a prefix: ``Auto``).
**StatementAttributeLikeMacros** (``std::vector<std::string>``)
Macros which are ignored in front of a statement, as if they were an
attribute. So that they are not parsed as identifier, for example for Qts
emit. \code
emit.
.. code-block:: c++
AlignConsecutiveDeclarations: true
StatementAttributeLikeMacros: []
unsigned char data = 'x';

View File

@ -2678,7 +2678,8 @@ struct FormatStyle {
/// Macros which are ignored in front of a statement, as if they were an
/// attribute. So that they are not parsed as identifier, for example for Qts
/// emit. \code
/// emit.
/// \code
/// AlignConsecutiveDeclarations: true
/// StatementAttributeLikeMacros: []
/// unsigned char data = 'x';