src/internet/helper/ipv6-list-routing-helper.h
changeset 11045 6024c150e4c8
parent 10405 45c8fceae24e
--- a/src/internet/helper/ipv6-list-routing-helper.h	Fri Oct 31 13:36:46 2014 -0700
+++ b/src/internet/helper/ipv6-list-routing-helper.h	Mon Nov 03 12:33:13 2014 -0800
@@ -44,7 +44,6 @@
   Ipv6ListRoutingHelper ();
 
   /**
-   * \internal
    * \brief Destroy an Ipv6 Ipv6ListRoutingHelper.
    */
   virtual ~Ipv6ListRoutingHelper ();
@@ -83,7 +82,6 @@
   virtual Ptr<Ipv6RoutingProtocol> Create (Ptr<Node> node) const;
 private:
   /**
-   * \internal
    * \brief Assignment operator declared private and not implemented to disallow
    * assignment and prevent the compiler from happily inserting its own.
    * \param o object to copy from
@@ -92,7 +90,6 @@
   Ipv6ListRoutingHelper &operator = (const Ipv6ListRoutingHelper &o);
 
   /**
-   * \internal
    * \brief Container for pairs of Ipv6RoutingHelper pointer / priority.
    */
   std::list<std::pair<const Ipv6RoutingHelper *,int16_t> > m_list;