[cfe-commits] r158569 - /cfe/trunk/include/clang/Serialization/ASTBitCodes.h

James Dennett jdennett at google.com
Fri Jun 15 15:43:14 PDT 2012


Author: jdennett
Date: Fri Jun 15 17:43:14 2012
New Revision: 158569

URL: http://llvm.org/viewvc/llvm-project?rev=158569&view=rev
Log:
Documentation cleanup: escape < characters in Doxygen comments.

Modified:
    cfe/trunk/include/clang/Serialization/ASTBitCodes.h

Modified: cfe/trunk/include/clang/Serialization/ASTBitCodes.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Serialization/ASTBitCodes.h?rev=158569&r1=158568&r2=158569&view=diff
==============================================================================
--- cfe/trunk/include/clang/Serialization/ASTBitCodes.h (original)
+++ cfe/trunk/include/clang/Serialization/ASTBitCodes.h Fri Jun 15 17:43:14 2012
@@ -557,7 +557,7 @@
     ///
     /// 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 {





More information about the cfe-commits mailing list