Fix some doxygen warnings revealed by WARN_NO_PARAMDOC=YES in doc/doxygen.conf.

This commit is contained in:
Sebastien Vincent
2009-09-18 22:18:06 +02:00
parent fac12d7448
commit 9f16bba32e
30 changed files with 87 additions and 12 deletions

View File

@@ -56,6 +56,7 @@ public:
bool IsEmpty (void) const;
/**
* Place a packet into the rear of the Queue
* \param p packet to enqueue
* \return True if the operation was successful; false otherwise
*/
bool Enqueue (Ptr<Packet> p);