forked from OSchip/llvm-project
SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]
llvm-svn: 240209
This commit is contained in:
parent
fefdac1ee4
commit
2df5c3cc08
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue