aboutsummaryrefslogtreecommitdiff
path: root/lib/Basic/IdentifierTable.cpp
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-15 21:27:44 +0000
committerJames Dennett <jdennett@google.com>2012-06-15 21:27:44 +0000
commit6557d1304c84233edd854288d4f80b987ad10ed9 (patch)
tree17aca603d69294b6bd66dc827ee3711de9669639 /lib/Basic/IdentifierTable.cpp
parentfe865f1f35d1b91f42f58f08a1399b961b71b3bc (diff)
Documentation cleanup: escape @ in a Doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158548 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Basic/IdentifierTable.cpp')
-rw-r--r--lib/Basic/IdentifierTable.cpp4
1 files changed, 2 insertions, 2 deletions
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) {