src/internet/model/ipv6-end-point-demux.h
changeset 10405 45c8fceae24e
parent 7790 47d6d575412c
child 10440 1e48ff9185f1
--- a/src/internet/model/ipv6-end-point-demux.h	Thu Nov 14 19:07:55 2013 +0100
+++ b/src/internet/model/ipv6-end-point-demux.h	Thu Nov 14 22:43:53 2013 +0100
@@ -37,7 +37,14 @@
 class Ipv6EndPointDemux
 {
 public:
+  /**
+   * \brief Container of the IPv6 endpoints.
+   */
   typedef std::list<Ipv6EndPoint *>EndPoints;
+
+  /**
+   * \brief Iterator to the container of the IPv6 endpoints.
+   */
   typedef std::list<Ipv6EndPoint *>::iterator EndPointsI;
 
   /**