]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: escaped a < character in a Doxygen comment.
authorJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 05:37:49 +0000 (05:37 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 05:37:49 +0000 (05:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158631 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/AST/Type.h

index e780c66f97425cfc5b127fd54d7af183bbbdd9f8..40129c26a028b29cb9635c9d607cf3f1e7705467 100644 (file)
@@ -1659,7 +1659,7 @@ public:
   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*