fix dox warnings

This commit is contained in:
Mathieu Lacage
2008-05-30 10:38:59 -07:00
parent bbf1d7cce3
commit e4ec46dd52
3 changed files with 7 additions and 7 deletions

View File

@@ -109,7 +109,7 @@ public:
* \param bufferSize the size of the tag when its serialization will
* be completed. Typically, the return value of Tag::GetSerializedSize
* \param start offset which uniquely identifies the first byte tagged by this tag.
* \param start offset which uniquely identifies the last byte tagged by this tag.
* \param end offset which uniquely identifies the last byte tagged by this tag.
* \returns a buffer which can be used to write the tag data.
*
*

View File

@@ -159,7 +159,6 @@ public:
WifiMode GetDataMode (Ptr<const Packet> packet, uint32_t fullPacketSize);
/**
* \param packet the packet to send
* \param fullPacketSize the size of the packet after its 802.11 MAC header has been added.
* \returns the transmission mode to use to send the RTS prior to the
* transmission of the data packet itself.
*/
@@ -223,23 +222,23 @@ public:
virtual bool NeedDataRetransmission (Ptr<const Packet> packet);
/**
* \param the packet to send
* \param packet the packet to send
* \returns true if this packet should be fragmented, false otherwise.
*/
virtual bool NeedFragmentation (Ptr<const Packet> packet);
/**
* \param the packet to send
* \param packet the packet to send
* \returns the number of fragments which should be used for this packet.
*/
virtual uint32_t GetNFragments (Ptr<const Packet> packet);
/**
* \param the packet to send
* \param packet the packet to send
* \param fragmentNumber the fragment index of the next fragment to send (starts at zero).
* \returns the size of the corresponding fragment.
*/
virtual uint32_t GetFragmentSize (Ptr<const Packet> packet, uint32_t fragmentNumber);
/**
* \param the packet to send
* \param packet the packet to send
* \param fragmentNumber the fragment index of the next fragment to send (starts at zero).
* \returns true if this is the last fragment, false otherwise.
*/
@@ -252,7 +251,7 @@ public:
*/
WifiMode GetCtsMode (WifiMode rtsMode);
/**
* \param ackMode the transmission mode used to send an ACK we just received
* \param dataMode the transmission mode used to send an ACK we just received
* \returns the transmission mode to use for the ACK to complete the data/ACK
* handshake.
*/

View File

@@ -60,6 +60,7 @@ public:
* \param p
* \param destination
* \param device
* \param cache
* \param hardwareDestination
* \return
*/