Skip to content

Commit 1e03eac

Browse files
author
Ivan Rymarchyk
committed
PR-133598: fixed documentation which led to build failure
1 parent 3ccdaeb commit 1e03eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/docs/ClangFormatStyleOptions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1959,7 +1959,7 @@ the configuration (without a prefix: ``Auto``).
19591959
void f() {}
19601960

19611961
* ``SFS_StaticInline`` (in configuration: ``StaticInline``)
1962-
Only merge functions defined as static inline. Implies ``empty``.
1962+
Merge functions defined as static inline, also merge empty functions.
19631963

19641964
.. code-block:: c++
19651965

0 commit comments

Comments
 (0)