Skip to content

Commit 4e516c0

Browse files
Address formatting suggestion in checker doc.
Co-authored-by: EugeneZelenko <[email protected]>
1 parent ecf2164 commit 4e516c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang-tools-extra/docs/clang-tidy/checks/bugprone/move-shared-pointer-contents.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ Options
1919
A semicolon-separated list of class names that should be treated as
2020
shared pointers. Classes are resolved through aliases, so any alias
2121
to the defined classes will be considered. Default is
22-
`::std::shared_ptr` and `::boost::shared_pointer`.
22+
`::std::shared_ptr;::boost::shared_pointer`.

0 commit comments

Comments
 (0)