equal
deleted
inserted
replaced
20 #ifndef NS3_VECTOR_H |
20 #ifndef NS3_VECTOR_H |
21 #define NS3_VECTOR_H |
21 #define NS3_VECTOR_H |
22 |
22 |
23 #include "attribute.h" |
23 #include "attribute.h" |
24 #include "attribute-helper.h" |
24 #include "attribute-helper.h" |
|
25 |
|
26 /** |
|
27 * \file |
|
28 * \ingroup attribute_Vector |
|
29 * ns3::Vector, ns3::Vector2D and ns3::Vector3D attribute value declarations. |
|
30 */ |
25 |
31 |
26 namespace ns3 { |
32 namespace ns3 { |
27 |
33 |
28 /** |
34 /** |
29 * \brief a 3d vector |
35 * \brief a 3d vector |