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 8cad29a commit ed89910Copy full SHA for ed89910
clang-tools-extra/docs/clang-tidy/checks/misc/const-correctness.rst
@@ -204,5 +204,5 @@ Options
204
Regular expressions are accepted, e.g. `[Rr]ef(erence)?$` matches every type
205
with suffix `Ref`, `ref`, `Reference` and `reference`.
206
If a name in the list contains the sequence `::`, it is matched against
207
- the qualified type name (i.e. `namespace::Type`), otherwise it is matched
+ the qualified type name (i.e. ``namespace::Type``), otherwise it is matched
208
against only the type name (i.e. ``Type``).
0 commit comments