]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape @ in a Doxygen comment.
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 21:27:44 +0000 (21:27 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 21:27:44 +0000 (21:27 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158548 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Basic/IdentifierTable.cpp

index c7e83f4203f6c04f604942488fb01327ab2a831c..6981455855834dca63ade3a9a10e1e434f9b2fc3 100644 (file)
@@ -154,8 +154,8 @@ static void AddCXXOperatorKeyword(StringRef Keyword,
   Info.setIsCPlusPlusOperatorKeyword();
 }
 
-/// AddObjCKeyword - Register an Objective-C @keyword like "class" "selector" or
-/// "property".
+/// AddObjCKeyword - Register an Objective-C \@keyword like "class" "selector"
+/// or "property".
 static void AddObjCKeyword(StringRef Name,
                            tok::ObjCKeywordKind ObjCID,
                            IdentifierTable &Table) {