[llvm-commits] CVS: llvm/include/llvm/Type.h

Misha Brukman brukman at cs.uiuc.edu
Wed Oct 6 09:56:26 PDT 2004



Changes in directory llvm/include/llvm:

Type.h updated: 1.60 -> 1.61
---
Log message:

Doxygen-ify comments


---
Diffs of the changes:  (+3 -2)

Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.60 llvm/include/llvm/Type.h:1.61
--- llvm/include/llvm/Type.h:1.60	Wed Oct  6 11:34:23 2004
+++ llvm/include/llvm/Type.h	Wed Oct  6 11:56:16 2004
@@ -101,8 +101,9 @@
   ///
   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; }






More information about the llvm-commits mailing list