src/fd-net-device/helper/fd-net-device-helper.h
changeset 11045 6024c150e4c8
parent 9271 85e753b6676c
child 11407 c175567f535a
--- a/src/fd-net-device/helper/fd-net-device-helper.h	Fri Oct 31 13:36:46 2014 -0700
+++ b/src/fd-net-device/helper/fd-net-device-helper.h	Mon Nov 03 12:33:13 2014 -0800
@@ -90,15 +90,12 @@
   virtual NetDeviceContainer Install (const NodeContainer &c) const;
 
 protected:
-  /*
-   * \internal
-   */
+
   virtual Ptr<NetDevice> InstallPriv (Ptr<Node> node) const;
 
 private:
   /**
    * \brief Enable pcap output on the indicated net device.
-   * \internal
    *
    * NetDevice-specific implementation mechanism for hooking the trace and
    * writing to the trace file.
@@ -112,7 +109,6 @@
 
   /**
    * \brief Enable ascii trace output on the indicated net device.
-   * \internal
    *
    * NetDevice-specific implementation mechanism for hooking the trace and
    * writing to the trace file.