aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Type.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-02-10 21:48:12 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-02-10 21:48:12 +0000
commit5e871dadae023ab1c0c692cbfea5caa0294c1adc (patch)
tree1dceea5afcc41f683fcac19603d411241c1a4289 /include/llvm/Type.h
parentd6b5e5f637c87c156a5464cf23ecc7419ae7254f (diff)
Doxygenify comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@11292 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Type.h')
-rw-r--r--include/llvm/Type.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Type.h b/include/llvm/Type.h
index d18d7096d3..e415d1a220 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -142,7 +142,7 @@ public:
/// isSigned - Return whether an integral numeric type is signed. This is
/// true for SByteTy, ShortTy, IntTy, LongTy. Note that this is not true for
/// Float and Double.
- //
+ ///
virtual bool isSigned() const { return 0; }
/// isUnsigned - Return whether a numeric type is unsigned. This is not quite