File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -204,8 +204,8 @@ Options
204
204
205
205
A semicolon-separated list of names of types that will be excluded from
206
206
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.
You can’t perform that action at this time.
0 commit comments