Doxygen-ify comments

llvm-svn: 16773
This commit is contained in:
Misha Brukman 2004-10-06 16:56:16 +00:00
parent 43e03c9cdf
commit 74a1195bd6
1 changed files with 3 additions and 2 deletions

View File

@ -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; }