wifi: cleanup remaining Doxygen warnings

This commit is contained in:
Sébastien Deronne
2017-10-21 10:12:18 +02:00
parent a8701bb9c2
commit 27ac6c1c3c
4 changed files with 3 additions and 3 deletions

View File

@@ -489,6 +489,7 @@ HtOperation::DeserializeInformationField (Buffer::Iterator start,
return length;
}
/// HtOperation
ATTRIBUTE_HELPER_CPP (HtOperation);
/**

View File

@@ -38,7 +38,7 @@ struct IdealWifiRemoteStation : public WifiRemoteStation
WifiMode m_lastMode; //!< Mode most recently used to the remote station
};
// To avoid using the cache before a valid value has been cached
/// To avoid using the cache before a valid value has been cached
static const double CACHE_INITIAL_VALUE = -100;
NS_OBJECT_ENSURE_REGISTERED (IdealWifiManager);

View File

@@ -1093,8 +1093,6 @@ private:
Time timestamp; //!< the timestamp
}; //!< item structure
typedef struct Item Item;
/**
* typedef for an iterator for a list of DcfManager.
*/

View File

@@ -916,6 +916,7 @@ PrintAttributeImplementations (std::ostream & os)
{ "Vector3D", "Vector3D", true, "vector.h" },
{ "VhtCapabilities","VhtCapabilities",true, "vht-capabilities.h" },
{ "VhtOperation", "VhtOperation", true, "vht-operation.h" },
{ "HtOperation", "HtOperation", true, "ht-operation.h" },
{ "Waypoint", "Waypoint", true, "waypoint.h" },
{ "WifiMode", "WifiMode", true, "wifi-mode.h" },