[cfe-commits] r158565 - /cfe/trunk/lib/AST/DeclObjC.cpp

James Dennett jdennett at google.com
Fri Jun 15 15:30:14 PDT 2012


Author: jdennett
Date: Fri Jun 15 17:30:14 2012
New Revision: 158565

URL: http://llvm.org/viewvc/llvm-project?rev=158565&view=rev
Log:
Documentation cleanup: escape Objective-C @keywords in Doxygen comments.

Modified:
    cfe/trunk/lib/AST/DeclObjC.cpp

Modified: cfe/trunk/lib/AST/DeclObjC.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/AST/DeclObjC.cpp?rev=158565&r1=158564&r2=158565&view=diff
==============================================================================
--- cfe/trunk/lib/AST/DeclObjC.cpp (original)
+++ cfe/trunk/lib/AST/DeclObjC.cpp Fri Jun 15 17:30:14 2012
@@ -1169,7 +1169,7 @@
 }
 
 /// 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 @@
 }
 
 /// 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 {





More information about the cfe-commits mailing list