From: NAKAMURA Takumi Date: Wed, 8 Jul 2015 02:35:56 +0000 (+0000) Subject: SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a9812b841c5199814ccdcaa37d98a1a34af28cc8;p=clang SemaDeclObjC.cpp: Escape \@ in comment lines. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241664 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclObjC.cpp b/lib/Sema/SemaDeclObjC.cpp index e67955e8e1..18e07776ae 100644 --- a/lib/Sema/SemaDeclObjC.cpp +++ b/lib/Sema/SemaDeclObjC.cpp @@ -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,