Skip to content

Commit 24d12e6

Browse files
committed
[clang-tidy] Added double ticks
1 parent 8e514d6 commit 24d12e6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,8 @@ Options
204204

205205
A semicolon-separated list of names of types that will be excluded from
206206
const-correctness checking. Regular expressions are accepted, e.g.
207-
`[Rr]ef(erence)?$` matches every type with suffix `Ref`, `ref`, `Reference`
208-
and `reference`. If a name in the list contains the sequence `::`, it is
209-
matched against the qualified type name (i.e. ``namespace::Type``),
210-
otherwise it is matched against only the type name (i.e. ``Type``).
211-
Default is empty string.
207+
``[Rr]ef(erence)?$`` matches every type with suffix ``Ref``, ``ref``,
208+
``Reference`` and ``reference``. If a name in the list contains the sequence
209+
`::`, it is matched against the qualified type name
210+
(i.e. ``namespace::Type``), otherwise it is matched against only the type
211+
name (i.e. ``Type``). Default is empty string.

0 commit comments

Comments
 (0)