doc: fix doxygen warnings

This commit is contained in:
Tommaso Pecorella
2022-07-16 21:47:32 -05:00
parent 18af201698
commit 1dfc512dba
5 changed files with 3 additions and 6 deletions

View File

@@ -32,7 +32,7 @@
using namespace ns3;
/// Const string used to build the test name.
/// \return A const string used to build the test name.
const std::string suite ("type-id: ");
/**

View File

@@ -160,7 +160,6 @@ public:
/**
* \param protocol a template for the protocol to add to this L4 Demux.
* \returns the L4Protocol effectively added.
*
* Invoke Copy on the input template to get a copy of the input
* protocol which can be used on the Node on which this L4 Demux

View File

@@ -372,6 +372,7 @@ public:
Buffer::Iterator Deserialize (Buffer::Iterator i);
/**
* True if the device type is a Full Functional Device (FFD) false if is a Reduced Functional Device (RFD).
* \return True if the device type is a Full Functional Device (FFD) false if is a Reduced Functional Device (RFD).
*/
bool IsDeviceTypeFfd (void) const;
/**

View File

@@ -88,7 +88,6 @@ public:
* \param admitHo
* \param useIdealRrc true if ideal RRC is to be used, false if real RRC is to be used
*
* \return
*/
LteX2HandoverMeasuresTestCase (uint32_t nEnbs, uint32_t nUes, uint32_t nDedicatedBearers,
std::list<CheckPointEvent> checkPointEventList,

View File

@@ -64,7 +64,7 @@ public:
/**
* This method is to be called to calculate
*
* @param params the spectrum signal parameters.
* @param txPsd the spectrum signal parameters.
* @param a sender mobility
* @param b receiver mobility
* @param aPhasedArrayModel the instance of the phased antenna array of the sender
@@ -112,5 +112,3 @@ private:
} // namespace ns3
#endif /* PHASED_ARRAY_SPECTRUM_PROPAGATION_LOSS_MODEL_H */