add doxygen doc for missing methopds
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Thu, 29 Mar 2007 16:55:42 +0200
changeset 401 cfa05069110e
parent 400 9bf9d452a0a8
child 402 f47285751901
add doxygen doc for missing methopds
src/node/net-device.h
--- a/src/node/net-device.h	Thu Mar 29 16:53:34 2007 +0200
+++ b/src/node/net-device.h	Thu Mar 29 16:55:42 2007 +0200
@@ -57,10 +57,18 @@
  public:
   /**
    * \param node base class node pointer of device's node 
+   * \param addr MAC address of this device.
    */
   NetDevice(Node* node, const MacAddress& addr);
   virtual ~NetDevice() {}
 
+  /**
+   * \param context the trace context to use to construct the
+   *        TraceResolver to return
+   * \returns a TraceResolver which can resolve all traces
+   *          performed in this object. The caller must
+   *          delete the returned object.
+   */
   TraceResolver *CreateTraceResolver (TraceContext const &context);
 
   /**