From: James Dennett Date: Fri, 15 Jun 2012 21:27:44 +0000 (+0000) Subject: Documentation cleanup: escape @ in a Doxygen comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6557d1304c84233edd854288d4f80b987ad10ed9;p=clang Documentation cleanup: escape @ in a Doxygen comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158548 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Basic/IdentifierTable.cpp b/lib/Basic/IdentifierTable.cpp index c7e83f4203..6981455855 100644 --- a/lib/Basic/IdentifierTable.cpp +++ b/lib/Basic/IdentifierTable.cpp @@ -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) {