src/uan/model/uan-net-device.cc
changeset 9870 6543f3876ff5
parent 7433 b29227c0eee0
child 10410 4d4eb8097fa3
--- a/src/uan/model/uan-net-device.cc	Tue Jun 11 16:48:13 2013 -0700
+++ b/src/uan/model/uan-net-device.cc	Tue Jun 11 17:02:23 2013 -0700
@@ -226,7 +226,7 @@
 bool
 UanNetDevice::SetMtu (uint16_t mtu)
 {
-  // TODO:  Check this in MAC
+  /// \todo  Check this in MAC
   NS_LOG_WARN ("UanNetDevice:  MTU is not implemented");
   m_mtu = mtu;
   return true;