src/internet/helper/ipv6-list-routing-helper.h
changeset 10405 45c8fceae24e
parent 6834 036f9a0b9899
child 11045 6024c150e4c8
--- a/src/internet/helper/ipv6-list-routing-helper.h	Thu Nov 14 19:07:55 2013 +0100
+++ b/src/internet/helper/ipv6-list-routing-helper.h	Thu Nov 14 22:43:53 2013 +0100
@@ -86,9 +86,15 @@
    * \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
+   * \returns a reference to the new object
    */
   Ipv6ListRoutingHelper &operator = (const Ipv6ListRoutingHelper &o);
 
+  /**
+   * \internal
+   * \brief Container for pairs of Ipv6RoutingHelper pointer / priority.
+   */
   std::list<std::pair<const Ipv6RoutingHelper *,int16_t> > m_list;
 };