summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h
diff options
context:
space:
mode:
authorAlexander Kornienko <alexfh@google.com>2015-08-27 18:01:58 +0000
committerAlexander Kornienko <alexfh@google.com>2015-08-27 18:01:58 +0000
commitf8ed0a8d358fb7016a4f3284be865c8576f98228 (patch)
tree75f134d2711fc604fdab199c6b0efb61c0ccf680 /clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h
parent643e0ab8df312c138bed98fcafea17755ddd43d8 (diff)
downloadbcm5719-llvm-f8ed0a8d358fb7016a4f3284be865c8576f98228.tar.gz
bcm5719-llvm-f8ed0a8d358fb7016a4f3284be865c8576f98228.zip
[clang-tidy] Update docs for clang-tidy checks. NFC
Changes mostly address formatting and unification of the style. Use MarkDown style for inline code snippets and lists. Added some text for a few checks. The idea is to move most of the documentation out to separate rST files and have implementation files refer to the corresponding documentation files. llvm-svn: 246169
Diffstat (limited to 'clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h')
-rw-r--r--clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h b/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h
index c22c640a9a0..2c074f1c6e6 100644
--- a/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h
+++ b/clang-tools-extra/clang-tidy/google/ExplicitConstructorCheck.h
@@ -16,10 +16,9 @@ namespace clang {
namespace tidy {
namespace google {
-/// \brief Checks that all single-argument constructors are explicit.
+/// Checks that all single-argument constructors are explicit.
///
-/// see:
-/// http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Explicit_Constructors
+/// See http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Explicit_Constructors
class ExplicitConstructorCheck : public ClangTidyCheck {
public:
ExplicitConstructorCheck(StringRef Name, ClangTidyContext *Context)
OpenPOWER on IntegriCloud