File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3832,7 +3832,7 @@ the configuration (without a prefix: ``Auto``).
3832
3832
3833
3833
.. _Macros :
3834
3834
3835
- **Macros ** (``List of Strings ``) :versionbadge: `clang-format 17.0 ` :ref: `¶ <Macros >`
3835
+ **Macros ** (``List of Strings ``) :versionbadge: `clang-format 17 ` :ref: `¶ <Macros >`
3836
3836
A list of macros of the form ``<definition>=<expansion> `` .
3837
3837
3838
3838
Code will be parsed with macros expanded, in order to determine how to
Original file line number Diff line number Diff line change @@ -2963,7 +2963,7 @@ struct FormatStyle {
2963
2963
// / A(a, b); // will not be expanded.
2964
2964
// / \endcode
2965
2965
// /
2966
- // / \version 17.0
2966
+ // / \version 17
2967
2967
std::vector<std::string> Macros;
2968
2968
2969
2969
// / The maximum number of consecutive empty lines to keep.
You can’t perform that action at this time.
0 commit comments