src/core/enum.h
changeset 3182 61fe7fe81ebd
parent 2969 9d05d2a95dfa
child 3763 e46e361a4262
equal deleted inserted replaced
3181:26e7f865c548 3182:61fe7fe81ebd
    25 #include <list>
    25 #include <list>
    26 
    26 
    27 namespace ns3 {
    27 namespace ns3 {
    28 
    28 
    29 /**
    29 /**
       
    30  * \ingroup attribute
       
    31  *
    30  * \brief hold variables of type 'enum'
    32  * \brief hold variables of type 'enum'
    31  *
    33  *
    32  * This class can be used to hold variables of any kind
    34  * This class can be used to hold variables of any kind
    33  * of enum.
    35  * of enum.
    34  */
    36  */