SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]

llvm-svn: 240209
This commit is contained in:
NAKAMURA Takumi 2015-06-20 03:52:52 +00:00
parent fefdac1ee4
commit 2df5c3cc08
1 changed files with 1 additions and 1 deletions

View File

@ -3199,7 +3199,7 @@ static QualType mergeTypeNullabilityForRedecl(Sema &S, SourceLocation loc,
type, type);
}
/// Merge information from the declaration of a method in the @interface
/// Merge information from the declaration of a method in the \@interface
/// (or a category/extension) into the corresponding method in the
/// @implementation (for a class or category).
static void mergeInterfaceMethodToImpl(Sema &S,