add doxygen documentation to avoid doxygen warnings.
1.1 --- a/src/core/object-vector.h Wed Apr 09 13:04:18 2008 -0700
1.2 +++ b/src/core/object-vector.h Wed Apr 09 13:04:37 2008 -0700
1.3 @@ -9,6 +9,12 @@
1.4
1.5 namespace ns3 {
1.6
1.7 +/**
1.8 + * \brief contain a vector of ns3::Object pointers.
1.9 + *
1.10 + * This class it used to get attribute access to an array of
1.11 + * ns3::Object pointers.
1.12 + */
1.13 class ObjectVector
1.14 {
1.15 public:
2.1 --- a/src/devices/wifi/ssid.h Wed Apr 09 13:04:18 2008 -0700
2.2 +++ b/src/devices/wifi/ssid.h Wed Apr 09 13:04:37 2008 -0700
2.3 @@ -26,6 +26,10 @@
2.4
2.5 namespace ns3 {
2.6
2.7 +/**
2.8 + * \brief a IEEE 802.11 SSID
2.9 + *
2.10 + */
2.11 class Ssid
2.12 {
2.13 public: