From 74a1195bd64e07567ca73713b2d15db4fc367386 Mon Sep 17 00:00:00 2001 From: Misha Brukman Date: Wed, 6 Oct 2004 16:56:16 +0000 Subject: [PATCH] Doxygen-ify comments llvm-svn: 16773 --- llvm/include/llvm/Type.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index 06666cf7aa9a..b1543a022cfb 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/include/llvm/Type.h @@ -101,8 +101,9 @@ protected: /// inline void setAbstract(bool Val) { Abstract = Val; } - // PromoteAbstractToConcrete - This is an internal method used to calculate - // change "Abstract" from true to false when types are refined. + /// PromoteAbstractToConcrete - This is an internal method used to calculate + /// change "Abstract" from true to false when types are refined. + /// bool PromoteAbstractToConcrete(void *); unsigned getRefCount() const { return RefCount; }