]> granicus.if.org Git - clang/commitdiff
SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]
authorNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 20 Jun 2015 03:52:52 +0000 (03:52 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Sat, 20 Jun 2015 03:52:52 +0000 (03:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@240209 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Sema/SemaDeclObjC.cpp

index 62ba7d5633c01ef28c78fecb9d67530881909965..543566fdb7cc71846844a32710a9000db16482cd 100644 (file)
@@ -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,