doc cleanup
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 12 Jun 2008 09:51:29 -0700
changeset 3896 61c8b717d361
parent 3895 b584563a7781
child 3897 44645cec42f2
doc cleanup
src/devices/wifi/yans-wifi-channel.h
--- a/src/devices/wifi/yans-wifi-channel.h	Wed Jun 11 16:31:22 2008 -0700
+++ b/src/devices/wifi/yans-wifi-channel.h	Thu Jun 12 09:51:29 2008 -0700
@@ -54,24 +54,11 @@
   YansWifiChannel ();
   virtual ~YansWifiChannel ();
 
-  /**
-   * \returns the number of network interfaces connected to 
-   *          this channel.
-   *
-   * Overriden from the NetDevice base class.
-   */
+  // inherited from Channel.
   virtual uint32_t GetNDevices (void) const;
-
-  /**
-   * \param i index of the requested network interface.
-   * \returns the requested network interfaces connected to 
-   *          this channel.
-   *
-   * Overriden from the NetDevice base class.
-   * Indexes start at 0 and end at n-1.
-   */
   virtual Ptr<NetDevice> GetDevice (uint32_t i) const;
 
+  // inherited from WifiChannel
   virtual Ptr<WifiPhy> CreatePhy (Ptr<WifiNetDevice> device,
                                   Ptr<Object> mobility,
                                   UnsafeAttributeList list);