Skip to content

Commit

Permalink
Fix Doxygen formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
edalm committed Sep 30, 2024
1 parent 38055f5 commit 34bf1f0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
3 changes: 2 additions & 1 deletion src/wifi/model/eht/eht-capabilities.h
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions src/wifi/model/phy-entity.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
7 changes: 4 additions & 3 deletions src/wifi/model/phy-entity.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 34bf1f0

Please sign in to comment.