fix doxygen typos
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 06 Sep 2006 13:34:58 +0200
changeset 59 fb096b330e05
parent 58 1220ea4ef2b4
child 60 6672664e72bb
fix doxygen typos
src/simulator/simulator.h
--- a/src/simulator/simulator.h	Wed Sep 06 13:21:45 2006 +0200
+++ b/src/simulator/simulator.h	Wed Sep 06 13:34:58 2006 +0200
@@ -136,15 +136,16 @@
      * Force the Simulator::run method to return to the caller
      * when the expiration time of the next event to be processed 
      * is greater than or equal to the stop time.
-     * @param at the stop time.
+     * @param time the stop time.
      */
     static void stopAt (Time time);
 
     /**
      * Schedule an event to expire at time.
      *
-     * @param delta the expiration time of the event.
-     * @param event the event to schedule.
+     * @param time the expiration time of the event.
+     * @param mem_ptr member method pointer to invoke
+	 * @param obj the object on which to invoke the member method
      * @returns an id for the scheduled event.
      */
     template <typename T>