r343720 - Remove stray character from docs

Stephen Kelly via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 3 13:53:02 PDT 2018


Author: steveire
Date: Wed Oct  3 13:53:02 2018
New Revision: 343720

URL: http://llvm.org/viewvc/llvm-project?rev=343720&view=rev
Log:
Remove stray character from docs

Modified:
    cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h

Modified: cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h?rev=343720&r1=343719&r2=343720&view=diff
==============================================================================
--- cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h (original)
+++ cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Wed Oct  3 13:53:02 2018
@@ -929,7 +929,7 @@ AST_MATCHER_P(TemplateArgument, refersTo
 /// Given
 /// \code
 ///   template<template <typename> class S> class X {};
-///   template<typename T> class Y {};"
+///   template<typename T> class Y {};
 ///   X<Y> xi;
 /// \endcode
 /// classTemplateSpecializationDecl(hasAnyTemplateArgument(




More information about the cfe-commits mailing list