From 27ac6c1c3c5def2c91ee48c4dcd76083fb159b8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Deronne?= Date: Sat, 21 Oct 2017 10:12:18 +0200 Subject: [PATCH] wifi: cleanup remaining Doxygen warnings --- src/wifi/model/ht-operation.cc | 1 + src/wifi/model/ideal-wifi-manager.cc | 2 +- src/wifi/model/mac-low.h | 2 -- utils/print-introspected-doxygen.cc | 1 + 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/wifi/model/ht-operation.cc b/src/wifi/model/ht-operation.cc index f25a931d6..070257f67 100644 --- a/src/wifi/model/ht-operation.cc +++ b/src/wifi/model/ht-operation.cc @@ -489,6 +489,7 @@ HtOperation::DeserializeInformationField (Buffer::Iterator start, return length; } +/// HtOperation ATTRIBUTE_HELPER_CPP (HtOperation); /** diff --git a/src/wifi/model/ideal-wifi-manager.cc b/src/wifi/model/ideal-wifi-manager.cc index 10ac1a771..fc78c458e 100644 --- a/src/wifi/model/ideal-wifi-manager.cc +++ b/src/wifi/model/ideal-wifi-manager.cc @@ -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); diff --git a/src/wifi/model/mac-low.h b/src/wifi/model/mac-low.h index 0f96833d1..8dadf89ba 100644 --- a/src/wifi/model/mac-low.h +++ b/src/wifi/model/mac-low.h @@ -1093,8 +1093,6 @@ private: Time timestamp; //!< the timestamp }; //!< item structure - typedef struct Item Item; - /** * typedef for an iterator for a list of DcfManager. */ diff --git a/utils/print-introspected-doxygen.cc b/utils/print-introspected-doxygen.cc index ea606b530..94f63ff1c 100644 --- a/utils/print-introspected-doxygen.cc +++ b/utils/print-introspected-doxygen.cc @@ -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" },