diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-04-11 04:16:11 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2013-04-11 04:16:11 +0000 |
commit | 8ef8f161f690345618620bfa304f52d3a2dab360 (patch) | |
tree | ed0ad43fa24e83334cb5ddd2c19f5ca3644e37c3 | |
parent | 93b64571e92c10bb168c2a2786c1380f334ba960 (diff) |
ARCMigrate/Transforms.h: Remove \arg in comment. [-Wdocumentation]
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179261 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/ARCMigrate/Transforms.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ARCMigrate/Transforms.h b/lib/ARCMigrate/Transforms.h index cb7d1535c6..e20fe5927f 100644 --- a/lib/ARCMigrate/Transforms.h +++ b/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. |