From 84a42ee26d4c4df8b760bd400fdbfeda77725b01 Mon Sep 17 00:00:00 2001 From: Stefano Avallone Date: Wed, 21 Jul 2021 15:45:14 +0200 Subject: [PATCH] spectrum: Fix doxygen warning --- src/spectrum/model/wifi-spectrum-value-helper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/spectrum/model/wifi-spectrum-value-helper.h b/src/spectrum/model/wifi-spectrum-value-helper.h index b509642e1..43d6c5293 100644 --- a/src/spectrum/model/wifi-spectrum-value-helper.h +++ b/src/spectrum/model/wifi-spectrum-value-helper.h @@ -215,7 +215,6 @@ public: * \param minInnerBandDbr the minimum relative power in the inner band (i.e. -20 dBr in the figure above) * \param minOuterbandDbr the minimum relative power in the outer band (i.e. -28 dBr in the figure above) * \param lowestPointDbr maximum relative power of the outermost subcarriers of the guard band (in dBr) - * \return a pointer to a newly allocated SpectrumValue representing the HT OFDM Transmit Power Spectral Density in W/Hz for each Band */ static void CreateSpectrumMaskForOfdm (Ptr c, std::vector allocatedSubBands, WifiSpectrumBand maskBand, double txPowerPerBandW, uint32_t nGuardBands, uint32_t innerSlopeWidth,