fix some Doxygen warnings

This commit is contained in:
Tom Henderson
2008-09-15 06:10:53 -07:00
parent 8e3cdc2e0c
commit b005d33fb9
5 changed files with 19 additions and 7 deletions

View File

@@ -66,11 +66,11 @@ namespace ns3 {
class Address
{
public:
/**
* The maximum size of a byte buffer which
* can be stored in an Address instance.
*/
enum MaxSize_e {
/**
* The maximum size of a byte buffer which
* can be stored in an Address instance.
*/
MAX_SIZE = 30
};

View File

@@ -312,7 +312,7 @@ public:
virtual void SetPromiscReceiveCallback (PromiscReceiveCallback cb) = 0;
/**
* \return true if this interface supports a promiscuous mode, false otherwise.
* \return true if this interface supports a bridging mode, false otherwise.
*/
virtual bool SupportsSendFrom (void) const = 0;