]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape Objective-C @keywords in Doxygen comments.
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 22:30:14 +0000 (22:30 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 22:30:14 +0000 (22:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158565 91177308-0d34-0410-b5e6-96231b3b80d8

lib/AST/DeclObjC.cpp

index f07b9e04fe822a31265756a589d51bdfa343a192..b6b3f7d4c0af00a8ecea463cab841b2d4cf1c3df 100644 (file)
@@ -1169,7 +1169,7 @@ void ObjCImplDecl::setClassInterface(ObjCInterfaceDecl *IFace) {
 }
 
 /// FindPropertyImplIvarDecl - This method lookup the ivar in the list of
-/// properties implemented in this category @implementation block and returns
+/// properties implemented in this category \@implementation block and returns
 /// the implemented property that uses it.
 ///
 ObjCPropertyImplDecl *ObjCImplDecl::
@@ -1184,8 +1184,8 @@ FindPropertyImplIvarDecl(IdentifierInfo *ivarId) const {
 }
 
 /// FindPropertyImplDecl - This method looks up a previous ObjCPropertyImplDecl
-/// added to the list of those properties @synthesized/@dynamic in this
-/// category @implementation block.
+/// added to the list of those properties \@synthesized/\@dynamic in this
+/// category \@implementation block.
 ///
 ObjCPropertyImplDecl *ObjCImplDecl::
 FindPropertyImplDecl(IdentifierInfo *Id) const {