r179261 - ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation]

NAKAMURA Takumi geek4civic at gmail.com
Wed Apr 10 21:16:12 PDT 2013


Author: chapuni
Date: Wed Apr 10 23:16:11 2013
New Revision: 179261

URL: http://llvm.org/viewvc/llvm-project?rev=179261&view=rev
Log:
ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation]

Modified:
    cfe/trunk/lib/ARCMigrate/Transforms.h

Modified: cfe/trunk/lib/ARCMigrate/Transforms.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/ARCMigrate/Transforms.h?rev=179261&r1=179260&r2=179261&view=diff
==============================================================================
--- cfe/trunk/lib/ARCMigrate/Transforms.h (original)
+++ cfe/trunk/lib/ARCMigrate/Transforms.h Wed Apr 10 23:16:11 2013
@@ -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.





More information about the cfe-commits mailing list