From: James Dennett Date: Wed, 20 Jun 2012 00:50:53 +0000 (+0000) Subject: Documentation cleanup: X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=222bc3c25b12fc0cf55175975dc4c25d7e1fac78;p=clang Documentation cleanup: * Escape < characters in Doxygen comments as needed; * Demote one Doxygen comment to a regular comment to fix a Doxygen warning. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158774 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/AST/Type.h b/include/clang/AST/Type.h index 40129c26a0..ff27200bff 100644 --- a/include/clang/AST/Type.h +++ b/include/clang/AST/Type.h @@ -1647,7 +1647,7 @@ public: AutoType *getContainedAutoType() const; /// Member-template getAs'. Look through sugar for - /// an instance of . This scheme will eventually + /// an instance of \. This scheme will eventually /// replace the specific getAsXXXX methods above. /// /// There are some specializations of this member template listed @@ -5034,7 +5034,7 @@ struct ArrayType_cannot_be_used_with_getAs { }; template struct ArrayType_cannot_be_used_with_getAs; -/// Member-template getAs'. +// Member-template getAs'. template const T *Type::getAs() const { ArrayType_cannot_be_used_with_getAs at; (void)at;