add doxygen documentation to avoid doxygen warnings.
--- a/src/core/object-vector.h Wed Apr 09 13:04:18 2008 -0700
+++ b/src/core/object-vector.h Wed Apr 09 13:04:37 2008 -0700
@@ -9,6 +9,12 @@
namespace ns3 {
+/**
+ * \brief contain a vector of ns3::Object pointers.
+ *
+ * This class it used to get attribute access to an array of
+ * ns3::Object pointers.
+ */
class ObjectVector
{
public:
--- a/src/devices/wifi/ssid.h Wed Apr 09 13:04:18 2008 -0700
+++ b/src/devices/wifi/ssid.h Wed Apr 09 13:04:37 2008 -0700
@@ -26,6 +26,10 @@
namespace ns3 {
+/**
+ * \brief a IEEE 802.11 SSID
+ *
+ */
class Ssid
{
public: