diff options
author | James Dennett <jdennett@google.com> | 2012-06-17 05:37:49 +0000 |
---|---|---|
committer | James Dennett <jdennett@google.com> | 2012-06-17 05:37:49 +0000 |
commit | 86290333420dea36e41afb664884fc45ac7677a8 (patch) | |
tree | 9c93a636e28c0dc9cf16710d4e140429e4b1761b | |
parent | de23c7e9069b2ea2cd2633efd9566546e2c68926 (diff) |
Documentation cleanup: escaped a < character in a Doxygen comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158631 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/AST/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index e780c66f97..40129c26a0 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -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* |