diff options
author | James Dennett <jdennett@google.com> | 2012-06-15 22:43:14 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-15 22:43:14 +0000 |
commit | 63734d2349783662bf4b7fc24eed4cb31383b00d (patch) | |
tree | 46edc80f8e1819bb37692cedffa53450caae5a42 | |
parent | 2edbc98b046de22f3aba3c5142e85e7f3437fd03 (diff) |
Documentation cleanup: escape < characters in Doxygen comments.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158569 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Serialization/ASTBitCodes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/Serialization/ASTBitCodes.h b/include/clang/Serialization/ASTBitCodes.h index 3030334a69..ce60578834 100644 --- a/include/clang/Serialization/ASTBitCodes.h +++ b/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 { |