summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2007-01-29 00:09:00 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2007-01-29 00:09:00 +0000
commit94c49edfe23c89ce6f591d307ba412638d403920 (patch)
treedfb8e770532627cb3d3916f9158dd2bd34ee0e11 /include
parent1e9126b3c47d5ecee98fd7384628a4f098857a6b (diff)
downloadllvm-94c49edfe23c89ce6f591d307ba412638d403920.tar.gz
llvm-94c49edfe23c89ce6f591d307ba412638d403920.tar.bz2
llvm-94c49edfe23c89ce6f591d307ba412638d403920.tar.xz
Make doxygen happy
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33609 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-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 189c5ebd19..7a2e432a3a 100644
--- a/include/llvm/Type.h
+++ b/include/llvm/Type.h
@@ -59,7 +59,7 @@ class TypeMapBase;
/// @brief Root of type hierarchy
class Type : public AbstractTypeUser {
public:
- ///===-------------------------------------------------------------------===//
+ //===-------------------------------------------------------------------===//
/// Definitions of all of the base types for the Type system. Based on this
/// value, you can cast to a "DerivedType" subclass (see DerivedTypes.h)
/// Note: If you add an element to this, you need to add an element to the