src/mobility/rectangle.h
changeset 2969 9d05d2a95dfa
parent 2582 3e28107b870f
child 3093 117f02923a7e
--- a/src/mobility/rectangle.h	Thu Apr 17 14:33:45 2008 -0700
+++ b/src/mobility/rectangle.h	Thu Apr 17 15:30:18 2008 -0700
@@ -68,6 +68,11 @@
 std::ostream &operator << (std::ostream &os, const Rectangle &rectangle);
 std::istream &operator >> (std::istream &is, Rectangle &rectangle);
 
+/**
+ * \class ns3::RectangleValue
+ * \brief hold objects of type ns3::Rectangle
+ */
+
 ATTRIBUTE_HELPER_HEADER_2 (Rectangle);
 
 } // namespace ns3