From: James Dennett Date: Fri, 15 Jun 2012 22:43:14 +0000 (+0000) Subject: Documentation cleanup: escape < characters in Doxygen comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63734d2349783662bf4b7fc24eed4cb31383b00d;p=clang Documentation cleanup: escape < characters in Doxygen comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158569 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 and type markers). Such + /// types (the \ and \ type markers). Such /// types are never actually serialized, since they will be built /// by the AST context when it is created. enum PredefinedTypeIDs {