Fix Doxygen formatting

This commit is contained in:
Eduardo Almeida
2024-09-30 23:44:16 +01:00
parent 38055f5e6d
commit 34bf1f086c
3 changed files with 8 additions and 6 deletions

View File

@@ -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>& heCapabilities);
// Implementations of pure virtual methods, or overridden from base class.

View File

@@ -5,8 +5,8 @@
*
* Authors: Rediet <getachew.redieteab@orange.com>
* Sébastien Deronne <sebastien.deronne@gmail.com> (for logic ported from wifi-phy and
* spectrum-wifi-phy) Mathieu Lacage <mathieu.lacage@sophia.inria.fr> (for logic ported from
* wifi-phy)
* spectrum-wifi-phy)
* Mathieu Lacage <mathieu.lacage@sophia.inria.fr> (for logic ported from wifi-phy)
*/
#include "phy-entity.h"

View File

@@ -5,8 +5,8 @@
*
* Authors: Rediet <getachew.redieteab@orange.com>
* Sébastien Deronne <sebastien.deronne@gmail.com> (for logic ported from wifi-phy and
* spectrum-wifi-phy) Mathieu Lacage <mathieu.lacage@sophia.inria.fr> (for logic ported from
* wifi-phy)
* spectrum-wifi-phy)
* Mathieu Lacage <mathieu.lacage@sophia.inria.fr> (for logic ported from wifi-phy)
*/
#ifndef PHY_ENTITY_H
@@ -804,7 +804,8 @@ class PhyEntity : public SimpleRefCount<PhyEntity>
* \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<Event> CreateInterferenceEvent(Ptr<const WifiPpdu> ppdu,
Time duration,