We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd09089 commit 3364d76Copy full SHA for 3364d76
clang/docs/ClangFormatStyleOptions.rst
@@ -3832,7 +3832,7 @@ the configuration (without a prefix: ``Auto``).
3832
3833
.. _Macros:
3834
3835
-**Macros** (``List of Strings``) :versionbadge:`clang-format 17.0` :ref:`¶ <Macros>`
+**Macros** (``List of Strings``) :versionbadge:`clang-format 17` :ref:`¶ <Macros>`
3836
A list of macros of the form ``<definition>=<expansion>`` .
3837
3838
Code will be parsed with macros expanded, in order to determine how to
clang/include/clang/Format/Format.h
@@ -2963,7 +2963,7 @@ struct FormatStyle {
2963
/// A(a, b); // will not be expanded.
2964
/// \endcode
2965
///
2966
- /// \version 17.0
+ /// \version 17
2967
std::vector<std::string> Macros;
2968
2969
/// The maximum number of consecutive empty lines to keep.
0 commit comments