From 2cc16a18ccc4438a841aad00d34fb3b726da8e6a Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 11 Apr 2013 04:16:11 +0000 Subject: [PATCH] ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation] llvm-svn: 179261 --- clang/lib/ARCMigrate/Transforms.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/ARCMigrate/Transforms.h b/clang/lib/ARCMigrate/Transforms.h index cb7d1535c628..e20fe5927f39 100644 --- a/clang/lib/ARCMigrate/Transforms.h +++ b/clang/lib/ARCMigrate/Transforms.h @@ -169,7 +169,7 @@ bool isPlusOne(const Expr *E); /// source location will be invalid. SourceLocation findLocationAfterSemi(SourceLocation loc, ASTContext &Ctx); -/// \brief \arg Loc is the end of a statement range. This returns the location +/// \brief 'Loc' is the end of a statement range. This returns the location /// of the semicolon following the statement. /// If no semicolon is found or the location is inside a macro, the returned /// source location will be invalid.