src/core/model/vector.h
changeset 11136 03bf8fa63bda
parent 11036 1e03af4311bd
child 11538 397bd6465dd9
equal deleted inserted replaced
11135:f503e414d773 11136:03bf8fa63bda
    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