From: NAKAMURA Takumi Date: Sat, 20 Jun 2015 03:52:52 +0000 (+0000) Subject: SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7d09318472c8a5e9e2e622979d60ceee0ef2bde6;p=clang SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240209 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Sema/SemaDeclObjC.cpp b/lib/Sema/SemaDeclObjC.cpp index 62ba7d5633..543566fdb7 100644 --- a/lib/Sema/SemaDeclObjC.cpp +++ b/lib/Sema/SemaDeclObjC.cpp @@ -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,