summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Dennett <jdennett@google.com>2012-06-15 22:43:14 +0000
committerJames Dennett <jdennett@google.com>2012-06-15 22:43:14 +0000
commita0e9572674c5c58987ebe3a5fe4c874a7fc46577 (patch)
treed56e04c7e744b69e318758aab7ccc0df815d3d22
parent16ca63a0f7a1d2e76366576a8c1fef7b9f760f43 (diff)
downloadbcm5719-llvm-a0e9572674c5c58987ebe3a5fe4c874a7fc46577.tar.gz
bcm5719-llvm-a0e9572674c5c58987ebe3a5fe4c874a7fc46577.zip
Documentation cleanup: escape < characters in Doxygen comments.
llvm-svn: 158569
-rw-r--r--clang/include/clang/Serialization/ASTBitCodes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/include/clang/Serialization/ASTBitCodes.h b/clang/include/clang/Serialization/ASTBitCodes.h
index 3030334a697..ce60578834d 100644
--- a/clang/include/clang/Serialization/ASTBitCodes.h
+++ b/clang/include/clang/Serialization/ASTBitCodes.h
@@ -557,7 +557,7 @@ namespace clang {
///
/// These type IDs correspond to predefined types in the AST
/// context, such as built-in types (int) and special place-holder
- /// types (the <overload> and <dependent> type markers). Such
+ /// types (the \<overload> and \<dependent> type markers). Such
/// types are never actually serialized, since they will be built
/// by the AST context when it is created.
enum PredefinedTypeIDs {
OpenPOWER on IntegriCloud