fix outdated doxygen
authorTom Henderson <tomh@tomh.org>
Fri, 08 Apr 2011 13:43:34 -0700
changeset 7011 87ccb205107e
parent 7010 969323962129
child 7012 67ca195ea166
fix outdated doxygen
src/network/model/net-device.h
--- a/src/network/model/net-device.h	Fri Apr 08 13:42:25 2011 -0700
+++ b/src/network/model/net-device.h	Fri Apr 08 13:43:34 2011 -0700
@@ -167,8 +167,7 @@
    * encapsulated in an abstract Address to avoid dependencies on the exact
    * MAC address format.
    *
-   * A default implementation of GetMulticast is provided, but this
-   * method simply NS_ASSERTS.  In the case of net devices that do not support
+   * In the case of net devices that do not support
    * multicast, clients are expected to test NetDevice::IsMulticast and avoid
    * attempting to map multicast packets.  Subclasses of NetDevice that do
    * support multicasting are expected to override this method and provide an