clarify CreateSocket() doxygen
authorTom Henderson <tomh@tomh.org>
Thu, 07 Jul 2011 06:52:07 -0700
changeset 7355 68d9cb42e2b4
parent 7354 8bae17a05917
child 7356 ab30f191377b
clarify CreateSocket() doxygen
src/network/model/socket.h
--- a/src/network/model/socket.h	Thu Jul 07 12:58:27 2011 +0100
+++ b/src/network/model/socket.h	Thu Jul 07 06:52:07 2011 -0700
@@ -94,12 +94,12 @@
 
   /**
    * This method wraps the creation of sockets that is performed
-   * by a socket factory on a given node based on a TypeId.
+   * on a given node by a SocketFactory specified by TypeId.
    * 
    * \return A smart pointer to a newly created socket.
    * 
    * \param node The node on which to create the socket
-   * \param tid The TypeId of the socket to create
+   * \param tid The TypeId of a SocketFactory class to use
    */
   static Ptr<Socket> CreateSocket (Ptr<Node> node, TypeId tid);
   /**