]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escape < characters in Doxygen comments.
authorJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 22:43:14 +0000 (22:43 +0000)
committerJames Dennett <jdennett@google.com>
Fri, 15 Jun 2012 22:43:14 +0000 (22:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158569 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Serialization/ASTBitCodes.h

index 3030334a6973ffd12b50526eb21ad8e52f080d77..ce60578834ddd3549bfb793a4a7b35a6649aa3ca 100644 (file)
@@ -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 {