Author: chapuni
Date: Fri Jun 19 22:52:52 2015
New Revision: 240209

URL: http://llvm.org/viewvc/llvm-project?rev=240209&view=rev
Log:
SemaDeclObjC.cpp: Escape '@' in the comment. [-Wdocumentation]

Modified:
    cfe/trunk/lib/Sema/SemaDeclObjC.cpp

Modified: cfe/trunk/lib/Sema/SemaDeclObjC.cpp
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Sema/SemaDeclObjC.cpp?rev=240209&r1=240208&r2=240209&view=diff
==============================================================================
--- cfe/trunk/lib/Sema/SemaDeclObjC.cpp (original)
+++ cfe/trunk/lib/Sema/SemaDeclObjC.cpp Fri Jun 19 22:52:52 2015
@@ -3199,7 +3199,7 @@ static QualType mergeTypeNullabilityForR
            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,


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to