From: Simon Pilgrim Date: Mon, 30 Jul 2018 10:07:47 +0000 (+0000) Subject: Fix -Wdocumentation warning. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24e0c703528cbf51eea7f69e5b7575685349845b;p=clang Fix -Wdocumentation warning. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@338238 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/ASTMatchers/ASTMatchers.h b/include/clang/ASTMatchers/ASTMatchers.h index 58f65a39fb..d83242cec9 100644 --- a/include/clang/ASTMatchers/ASTMatchers.h +++ b/include/clang/ASTMatchers/ASTMatchers.h @@ -1654,7 +1654,6 @@ extern const internal::VariadicDynCastAllOfMatcher /// - (void) init { /// a = @"hello"; /// } -//} /// \endcode extern const internal::VariadicDynCastAllOfMatcher objcIvarRefExpr;