File tree 2 files changed +10
-8
lines changed 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change @@ -4661,12 +4661,13 @@ the configuration (without a prefix: ``Auto``).
4661
4661
.. _KeepEmptyLinesAtEOF :
4662
4662
4663
4663
**KeepEmptyLinesAtEOF ** (``Boolean ``) :versionbadge: `clang-format 17 ` :ref: `¶ <KeepEmptyLinesAtEOF >`
4664
- This option is deprecated. See ``AtEndOfFile `` of ``KeepEmptyLines ``.
4664
+ This option is ** deprecated ** . See ``AtEndOfFile `` of ``KeepEmptyLines ``.
4665
4665
4666
4666
.. _KeepEmptyLinesAtTheStartOfBlocks :
4667
4667
4668
4668
**KeepEmptyLinesAtTheStartOfBlocks ** (``Boolean ``) :versionbadge: `clang-format 3.7 ` :ref: `¶ <KeepEmptyLinesAtTheStartOfBlocks >`
4669
- This option is deprecated. See ``AtStartOfBlock `` of ``KeepEmptyLines ``.
4669
+ This option is **deprecated **. See ``AtStartOfBlock `` of
4670
+ ``KeepEmptyLines ``.
4670
4671
4671
4672
.. _KeepFormFeed :
4672
4673
@@ -6730,8 +6731,8 @@ the configuration (without a prefix: ``Auto``).
6730
6731
.. _TemplateNames :
6731
6732
6732
6733
**TemplateNames ** (``List of Strings ``) :versionbadge: `clang-format 20 ` :ref: `¶ <TemplateNames >`
6733
- A vector of non-keyword identifiers that should be interpreted as
6734
- template names.
6734
+ A vector of non-keyword identifiers that should be interpreted as template
6735
+ names.
6735
6736
6736
6737
A ``< `` after a template name is annotated as a template opener instead of
6737
6738
a binary operator.
Original file line number Diff line number Diff line change @@ -3203,11 +3203,12 @@ struct FormatStyle {
3203
3203
// / \version 19
3204
3204
KeepEmptyLinesStyle KeepEmptyLines;
3205
3205
3206
- // / This option is deprecated. See ``AtEndOfFile`` of ``KeepEmptyLines``.
3206
+ // / This option is ** deprecated** . See ``AtEndOfFile`` of ``KeepEmptyLines``.
3207
3207
// / \version 17
3208
3208
// bool KeepEmptyLinesAtEOF;
3209
3209
3210
- // / This option is deprecated. See ``AtStartOfBlock`` of ``KeepEmptyLines``.
3210
+ // / This option is **deprecated**. See ``AtStartOfBlock`` of
3211
+ // / ``KeepEmptyLines``.
3211
3212
// / \version 3.7
3212
3213
// bool KeepEmptyLinesAtTheStartOfBlocks;
3213
3214
@@ -5042,8 +5043,8 @@ struct FormatStyle {
5042
5043
// / \version 3.7
5043
5044
unsigned TabWidth;
5044
5045
5045
- // / A vector of non-keyword identifiers that should be interpreted as
5046
- // / template names.
5046
+ // / A vector of non-keyword identifiers that should be interpreted as template
5047
+ // / names.
5047
5048
// /
5048
5049
// / A ``<`` after a template name is annotated as a template opener instead of
5049
5050
// / a binary operator.
You can’t perform that action at this time.
0 commit comments