improve the auto-generated doxygen output.

This commit is contained in:
Mathieu Lacage
2008-04-17 15:30:18 -07:00
parent a890500150
commit 3b711f9852
28 changed files with 153 additions and 56 deletions

View File

@@ -166,6 +166,11 @@ private:
uint8_t m_data[MAX_SIZE];
};
/**
* \class ns3::AddressValue
* \brief hold objects of type ns3::Address
*/
ATTRIBUTE_HELPER_HEADER_2 (Address);
bool operator == (const Address &a, const Address &b);

View File

@@ -185,6 +185,15 @@ private:
uint32_t m_mask;
};
/**
* \class ns3::Ipv4AddressValue
* \brief hold objects of type ns3::Ipv4Address
*/
/**
* \class ns3::Ipv4MaskValue
* \brief hold objects of type ns3::Ipv4Mask
*/
ATTRIBUTE_HELPER_HEADER_2 (Ipv4Address);
ATTRIBUTE_HELPER_HEADER_2 (Ipv4Mask);

View File

@@ -112,6 +112,11 @@ private:
uint8_t m_address[6];
};
/**
* \class ns3::Mac48AddressValue
* \brief hold objects of type ns3::Mac48Address
*/
ATTRIBUTE_HELPER_HEADER_2 (Mac48Address);
bool operator == (const Mac48Address &a, const Mac48Address &b);