r263113 - Minor Wdocumentation fix. NFCI.

Simon Pilgrim via cfe-commits cfe-commits at lists.llvm.org
Thu Mar 10 06:16:36 PST 2016


Author: rksimon
Date: Thu Mar 10 08:16:36 2016
New Revision: 263113

URL: http://llvm.org/viewvc/llvm-project?rev=263113&view=rev
Log:
Minor Wdocumentation fix. NFCI.

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=263113&r1=263112&r2=263113&view=diff
==============================================================================
--- cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h (original)
+++ cfe/trunk/include/clang/ASTMatchers/ASTMatchers.h Thu Mar 10 08:16:36 2016
@@ -291,7 +291,6 @@ const internal::VariadicDynCastAllOfMatc
 /// \endcode
 /// labelDecl()
 ///   matches 'FOO:'
-/// \endcode
 const internal::VariadicDynCastAllOfMatcher<Decl, LabelDecl> labelDecl;
 
 /// \brief Matches a declaration of a namespace.




More information about the cfe-commits mailing list