summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-10-06 16:56:16 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-10-06 16:56:16 +0000
commit0cbd1fbb0ee4c8d6ae845b704aa96f60bf49597a (patch)
treec3507ffbff10ccb3b74e68a691029843727ac8a1 /include
parentb5c16705fdf778f5f1dfbfdf67218932f1d8ca7d (diff)
downloadllvm-0cbd1fbb0ee4c8d6ae845b704aa96f60bf49597a.tar.gz
llvm-0cbd1fbb0ee4c8d6ae845b704aa96f60bf49597a.tar.bz2
llvm-0cbd1fbb0ee4c8d6ae845b704aa96f60bf49597a.tar.xz
Doxygen-ify comments
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16773 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Type.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index 06666cf7aa..b1543a022c 100644
--- a/include/llvm/Type.h
+++ b/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; }