From 34bf1f086ce028ab682fc958e91f922747fcdb7b Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Mon, 30 Sep 2024 23:44:16 +0100 Subject: [PATCH] Fix Doxygen formatting --- src/wifi/model/eht/eht-capabilities.h | 3 ++- src/wifi/model/phy-entity.cc | 4 ++-- src/wifi/model/phy-entity.h | 7 ++++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/wifi/model/eht/eht-capabilities.h b/src/wifi/model/eht/eht-capabilities.h index 65f90a7de4..f0f3795ee3 100644 --- a/src/wifi/model/eht/eht-capabilities.h +++ b/src/wifi/model/eht/eht-capabilities.h @@ -244,7 +244,8 @@ class EhtCapabilities : public WifiInformationElement * Constructor * * \param is2_4Ghz indicating whether PHY is operating in 2.4 GHz based on previously serialized - * IEs \param heCapabilities the optional HE capabilities contained in the same management frame + * IEs + * \param heCapabilities the optional HE capabilities contained in the same management frame */ EhtCapabilities(bool is2_4Ghz, const std::optional& heCapabilities); // Implementations of pure virtual methods, or overridden from base class. diff --git a/src/wifi/model/phy-entity.cc b/src/wifi/model/phy-entity.cc index 8d7edbc9c7..7f02f60220 100644 --- a/src/wifi/model/phy-entity.cc +++ b/src/wifi/model/phy-entity.cc @@ -5,8 +5,8 @@ * * Authors: Rediet * Sébastien Deronne (for logic ported from wifi-phy and - * spectrum-wifi-phy) Mathieu Lacage (for logic ported from - * wifi-phy) + * spectrum-wifi-phy) + * Mathieu Lacage (for logic ported from wifi-phy) */ #include "phy-entity.h" diff --git a/src/wifi/model/phy-entity.h b/src/wifi/model/phy-entity.h index e707fbf995..1676312108 100644 --- a/src/wifi/model/phy-entity.h +++ b/src/wifi/model/phy-entity.h @@ -5,8 +5,8 @@ * * Authors: Rediet * Sébastien Deronne (for logic ported from wifi-phy and - * spectrum-wifi-phy) Mathieu Lacage (for logic ported from - * wifi-phy) + * spectrum-wifi-phy) + * Mathieu Lacage (for logic ported from wifi-phy) */ #ifndef PHY_ENTITY_H @@ -804,7 +804,8 @@ class PhyEntity : public SimpleRefCount * \param duration the PPDU duration * \param rxPower received power per band (W) * \param isStartHePortionRxing flag whether the event corresponds to the start of the OFDMA - * payload reception (only used for UL-OFDMA) \return the created event + * payload reception (only used for UL-OFDMA) + * \return the created event */ Ptr CreateInterferenceEvent(Ptr ppdu, Time duration,