Skip to content

Commit f60d9f6

Browse files
committed
Fix typo in docs and regenerate
1 parent 7b2c13c commit f60d9f6

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

clang/docs/ClangFormatStyleOptions.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ the configuration (without a prefix: ``Auto``).
392392
a &= 2;
393393
bbb = 2;
394394

395-
* ``bool AlignFunctionPointers`` Only for ``AlignConsecutiveDeclarations''. Whether function pointers
395+
* ``bool AlignFunctionPointers`` Only for ``AlignConsecutiveDeclarations``. Whether function pointers
396396
are aligned.
397397

398398
.. code-block:: c++
@@ -534,7 +534,7 @@ the configuration (without a prefix: ``Auto``).
534534
a &= 2;
535535
bbb = 2;
536536

537-
* ``bool AlignFunctionPointers`` Only for ``AlignConsecutiveDeclarations''. Whether function pointers
537+
* ``bool AlignFunctionPointers`` Only for ``AlignConsecutiveDeclarations``. Whether function pointers
538538
are aligned.
539539

540540
.. code-block:: c++
@@ -676,7 +676,7 @@ the configuration (without a prefix: ``Auto``).
676676
a &= 2;
677677
bbb = 2;
678678

679-
* ``bool AlignFunctionPointers`` Only for ``AlignConsecutiveDeclarations''. Whether function pointers
679+
* ``bool AlignFunctionPointers`` Only for ``AlignConsecutiveDeclarations``. Whether function pointers
680680
are aligned.
681681

682682
.. code-block:: c++
@@ -819,7 +819,7 @@ the configuration (without a prefix: ``Auto``).
819819
a &= 2;
820820
bbb = 2;
821821

822-
* ``bool AlignFunctionPointers`` Only for ``AlignConsecutiveDeclarations''. Whether function pointers
822+
* ``bool AlignFunctionPointers`` Only for ``AlignConsecutiveDeclarations``. Whether function pointers
823823
are aligned.
824824

825825
.. code-block:: c++

clang/include/clang/Format/Format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ struct FormatStyle {
225225
/// bbb = 2;
226226
/// \endcode
227227
bool AlignCompound;
228-
/// Only for ``AlignConsecutiveDeclarations''. Whether function pointers
228+
/// Only for ``AlignConsecutiveDeclarations``. Whether function pointers
229229
/// are aligned.
230230
/// \code
231231
/// true:

0 commit comments

Comments
 (0)