]> granicus.if.org Git - clang/commitdiff
ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Apr 2013 04:16:11 +0000 (04:16 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Thu, 11 Apr 2013 04:16:11 +0000 (04:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179261 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ARCMigrate/Transforms.h

index cb7d1535c6288a4fae2a96974ebf971871f99f8c..e20fe5927f3912d2c533eba27331d05ab39f1c2e 100644 (file)
@@ -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.