From 63734d2349783662bf4b7fc24eed4cb31383b00d Mon Sep 17 00:00:00 2001 From: James Dennett Date: Fri, 15 Jun 2012 22:43:14 +0000 Subject: [PATCH] Documentation cleanup: escape < characters in Doxygen comments. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158569 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/clang/Serialization/ASTBitCodes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.40.0