forked from OSchip/llvm-project
[clang-format] Fix documentation of bcc1dee600
That was an oversight. Differential Revision: https://reviews.llvm.org/D93776
This commit is contained in:
parent
b9ce772b8f
commit
b43075e34a
|
@ -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';
|
||||
|
|
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue