File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ the configuration (without a prefix: ``Auto``).
392
392
a &= 2;
393
393
bbb = 2;
394
394
395
- * ``bool AlignFunctionPointers `` Only for ``AlignConsecutiveDeclarations'' . Whether function pointers
395
+ * ``bool AlignFunctionPointers `` Only for ``AlignConsecutiveDeclarations `` . Whether function pointers
396
396
are aligned.
397
397
398
398
.. code-block :: c++
@@ -534,7 +534,7 @@ the configuration (without a prefix: ``Auto``).
534
534
a &= 2;
535
535
bbb = 2;
536
536
537
- * ``bool AlignFunctionPointers `` Only for ``AlignConsecutiveDeclarations'' . Whether function pointers
537
+ * ``bool AlignFunctionPointers `` Only for ``AlignConsecutiveDeclarations `` . Whether function pointers
538
538
are aligned.
539
539
540
540
.. code-block :: c++
@@ -676,7 +676,7 @@ the configuration (without a prefix: ``Auto``).
676
676
a &= 2;
677
677
bbb = 2;
678
678
679
- * ``bool AlignFunctionPointers `` Only for ``AlignConsecutiveDeclarations'' . Whether function pointers
679
+ * ``bool AlignFunctionPointers `` Only for ``AlignConsecutiveDeclarations `` . Whether function pointers
680
680
are aligned.
681
681
682
682
.. code-block :: c++
@@ -819,7 +819,7 @@ the configuration (without a prefix: ``Auto``).
819
819
a &= 2;
820
820
bbb = 2;
821
821
822
- * ``bool AlignFunctionPointers `` Only for ``AlignConsecutiveDeclarations'' . Whether function pointers
822
+ * ``bool AlignFunctionPointers `` Only for ``AlignConsecutiveDeclarations `` . Whether function pointers
823
823
are aligned.
824
824
825
825
.. code-block :: c++
Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ struct FormatStyle {
225
225
// / bbb = 2;
226
226
// / \endcode
227
227
bool AlignCompound;
228
- // / Only for ``AlignConsecutiveDeclarations'' . Whether function pointers
228
+ // / Only for ``AlignConsecutiveDeclarations`` . Whether function pointers
229
229
// / are aligned.
230
230
// / \code
231
231
// / true:
You can’t perform that action at this time.
0 commit comments