Skip to content

Commit 7da4b6b

Browse files
authored
[clang-tidy][doc][NFC] format doc for misc-unused-parameters (#119839)
1 parent 1fd3d1d commit 7da4b6b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

clang-tools-extra/docs/clang-tidy/checks/misc/unused-parameters.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Options
3535

3636
.. option:: StrictMode
3737

38-
When `false` (default value), the check will ignore trivially unused parameters,
39-
i.e. when the corresponding function has an empty body (and in case of
40-
constructors - no constructor initializers). When the function body is empty,
41-
an unused parameter is unlikely to be unnoticed by a human reader, and
42-
there's basically no place for a bug to hide.
38+
When `false` (default value), the check will ignore trivially unused parameters,
39+
i.e. when the corresponding function has an empty body (and in case of
40+
constructors - no constructor initializers). When the function body is empty,
41+
an unused parameter is unlikely to be unnoticed by a human reader, and
42+
there's basically no place for a bug to hide.
4343

4444
.. option:: IgnoreVirtual
4545

46-
Determines whether virtual method parameters should be inspected.
47-
Set to `true` to ignore them. Default is `false`.
46+
Determines whether virtual method parameters should be inspected.
47+
Set to `true` to ignore them. Default is `false`.

0 commit comments

Comments
 (0)