summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h')
-rw-r--r--clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h b/clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h
index 871598ba0e9..a29825f3c4e 100644
--- a/clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h
+++ b/clang-tools-extra/clang-tidy/google/ExplicitMakePairCheck.h
@@ -17,9 +17,9 @@ namespace tidy {
namespace google {
namespace build {
-/// \brief Check that make_pair's template arguments are deduced.
+/// Check that `make_pair`'s template arguments are deduced.
///
-/// G++ 4.6 in C++11 mode fails badly if make_pair's template arguments are
+/// G++ 4.6 in C++11 mode fails badly if `make_pair`'s template arguments are
/// specified explicitly, and such use isn't intended in any case.
///
/// Corresponding cpplint.py check name: 'build/explicit_make_pair'.
OpenPOWER on IntegriCloud