diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2007-01-29 00:09:00 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2007-01-29 00:09:00 +0000 |
commit | 6843149863df4791bbfe746e06abfc3f8ce5e68f (patch) | |
tree | ba9db8036294b44c1e81be031bd1c0fed319a097 /llvm | |
parent | c7765617d2234b4245921c4be44b2ee11a9cb49a (diff) | |
download | bcm5719-llvm-6843149863df4791bbfe746e06abfc3f8ce5e68f.tar.gz bcm5719-llvm-6843149863df4791bbfe746e06abfc3f8ce5e68f.zip |
Make doxygen happy
llvm-svn: 33609
Diffstat (limited to 'llvm')
-rw-r--r-- | llvm/include/llvm/Type.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm/Type.h b/llvm/include/llvm/Type.h index 189c5ebd195..7a2e432a3ab 100644 --- a/llvm/include/llvm/Type.h +++ b/llvm/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 |