[cfe-commits] r158631 - /cfe/trunk/include/clang/AST/Type.h
James Dennett
jdennett at google.com
Sat Jun 16 22:37:50 PDT 2012
Author: jdennett
Date: Sun Jun 17 00:37:49 2012
New Revision: 158631
URL: http://llvm.org/viewvc/llvm-project?rev=158631&view=rev
Log:
Documentation cleanup: escaped a < character in a Doxygen comment.
Modified:
cfe/trunk/include/clang/AST/Type.h
Modified: cfe/trunk/include/clang/AST/Type.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/AST/Type.h?rev=158631&r1=158630&r2=158631&view=diff
==============================================================================
--- cfe/trunk/include/clang/AST/Type.h (original)
+++ cfe/trunk/include/clang/AST/Type.h Sun Jun 17 00:37:49 2012
@@ -1659,7 +1659,7 @@
const ArrayType *getAsArrayTypeUnsafe() const;
/// Member-template castAs<specific type>. Look through sugar for
- /// the underlying instance of <specific type>.
+ /// the underlying instance of \<specific type>.
///
/// This method has the same relationship to getAs<T> as cast<T> has
/// to dyn_cast<T>; which is to say, the underlying type *must*
More information about the cfe-commits
mailing list