]> granicus.if.org Git - clang/commitdiff
SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 8 Jul 2015 02:35:56 +0000 (02:35 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 8 Jul 2015 02:35:56 +0000 (02:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241664 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclObjC.cpp

index e67955e8e1217861839c52c0d7a333d22b3070dc..18e07776aee3bf9f1100c57937064ba05fe64022 100644 (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,