summaryrefslogtreecommitdiffstats
path: root/clang/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
commit0d8a3f8fb1b5378b6b6b112cd03fabfd6fb6388d (patch)
tree8ee3e9486e7445c4013c89ce079e69d32ef89470 /clang/lib/Basic/IdentifierTable.cpp
parent7145cf6846520892883059ba2ef6aa01c1ede3d1 (diff)
downloadbcm5719-llvm-0d8a3f8fb1b5378b6b6b112cd03fabfd6fb6388d.tar.gz
bcm5719-llvm-0d8a3f8fb1b5378b6b6b112cd03fabfd6fb6388d.zip
Documentation cleanup: escape @ in a Doxygen comment.
llvm-svn: 158548
Diffstat (limited to 'clang/lib/Basic/IdentifierTable.cpp')
-rw-r--r--clang/lib/Basic/IdentifierTable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/Basic/IdentifierTable.cpp b/clang/lib/Basic/IdentifierTable.cpp
index c7e83f4203f..69814558558 100644
--- a/clang/lib/Basic/IdentifierTable.cpp
+++ b/clang/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) {
OpenPOWER on IntegriCloud