update doxygen to match the reality of the code
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Mon, 23 Jun 2008 12:43:54 -0700
changeset 3308 6df29e455b71
parent 3307 c1a29f8ab2af
child 3309 d761a70dfd03
update doxygen to match the reality of the code
src/node/node.h
--- a/src/node/node.h	Mon Jun 23 10:21:59 2008 -0700
+++ b/src/node/node.h	Mon Jun 23 12:43:54 2008 -0700
@@ -90,9 +90,6 @@
    *          NetDevice.
    *
    * Associate this device to this node.
-   * This method is called automatically from NetDevice::NetDevice
-   * so the user has little reason to call this method himself.
-   * The index returned is always non-zero.
    */
   uint32_t AddDevice (Ptr<NetDevice> device);
   /**