SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocumentation]

llvm-svn: 241664
This commit is contained in:
NAKAMURA Takumi 2015-07-08 02:35:56 +00:00
parent 58843eede5
commit 4c3ab458a5
1 changed files with 2 additions and 2 deletions

View File

@ -725,8 +725,8 @@ namespace {
}
/// Check consistency between two Objective-C type parameter lists, e.g.,
/// between a category/extension and an @interface or between an @class and an
/// @interface.
/// between a category/extension and an \@interface or between an \@class and an
/// \@interface.
static bool checkTypeParamListConsistency(Sema &S,
ObjCTypeParamList *prevTypeParams,
ObjCTypeParamList *newTypeParams,