OSDN Git Service

Doxygen-ify comments
authorMisha Brukman <brukman+llvm@gmail.com>
Wed, 6 Oct 2004 16:56:16 +0000 (16:56 +0000)
committerMisha Brukman <brukman+llvm@gmail.com>
Wed, 6 Oct 2004 16:56:16 +0000 (16:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16773 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Type.h

index 06666cf..b1543a0 100644 (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; }