Skip to content
Snippets Groups Projects
Commit 68431498 authored by Anton Korobeynikov's avatar Anton Korobeynikov
Browse files

Make doxygen happy

llvm-svn: 33609
parent c7765617
No related branches found
No related tags found
No related merge requests found
...@@ -59,7 +59,7 @@ class TypeMapBase; ...@@ -59,7 +59,7 @@ class TypeMapBase;
/// @brief Root of type hierarchy /// @brief Root of type hierarchy
class Type : public AbstractTypeUser { class Type : public AbstractTypeUser {
public: public:
///===-------------------------------------------------------------------===// //===-------------------------------------------------------------------===//
/// Definitions of all of the base types for the Type system. Based on this /// 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) /// 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 /// Note: If you add an element to this, you need to add an element to the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment