Skip to content

Commit

Permalink
Fix unused comments causing accidental Doxygen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
non-det-alle committed Mar 18, 2024
1 parent 6f288a0 commit dbef770
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 24 deletions.
28 changes: 14 additions & 14 deletions model/end-device-lorawan-mac.h
Original file line number Diff line number Diff line change
Expand Up @@ -191,22 +191,22 @@ class EndDeviceLorawanMac : public LorawanMac
*/
LoraDeviceAddress GetDeviceAddress();

/**
* Set a value for the RX1DROffset parameter.
*
* This value decides the offset to use when deciding the DataRate of the
* downlink transmission during the first receive window from the
* replyDataRateMatrix.
*
* \param rx1DrOffset The value to set for the offset.
*/
///**
// * Set a value for the RX1DROffset parameter.
// *
// * This value decides the offset to use when deciding the DataRate of the
// * downlink transmission during the first receive window from the
// * replyDataRateMatrix.
// *
// * \param rx1DrOffset The value to set for the offset.
// */
// void SetRx1DrOffset (uint8_t rx1DrOffset);

/**
* Get the value of the RX1DROffset parameter.
*
* \return The value of the RX1DROffset parameter.
*/
///**
// * Get the value of the RX1DROffset parameter.
// *
// * \return The value of the RX1DROffset parameter.
// */
// uint8_t GetRx1DrOffset ();

/**
Expand Down
6 changes: 3 additions & 3 deletions model/gateway-status.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ class GatewayStatus : public Object
*/
Ptr<GatewayLorawanMac> GetGatewayMac();

/**
* Set a pointer to this gateway's MAC instance.
*/
///**
// * Set a pointer to this gateway's MAC instance.
// */
// void SetGatewayMac (Ptr<GatewayLorawanMac> gwMac);

/**
Expand Down
2 changes: 0 additions & 2 deletions model/lora-radio-energy-model.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,6 @@ class LoraRadioEnergyModelPhyListener : public EndDeviceLoraPhyListener
/**
* \brief Switches the LoraRadioEnergyModel to RX state.
*
* \param duration the expected duration of the packet reception.
*
* Defined in ns3::LoraEndDevicePhyListener
*/
void NotifyRxStart() override;
Expand Down
10 changes: 5 additions & 5 deletions model/sub-band.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,11 @@ class SubBand : public Object
*/
double GetFirstFrequency() const;

/**
* Get the last frequency of the subband.
*
* \return The lowest frequency of the SubBand.
*/
///**
// * Get the last frequency of the subband.
// *
// * \return The lowest frequency of the SubBand.
// */
// double GetLastFrequency ();

/**
Expand Down

0 comments on commit dbef770

Please sign in to comment.