From 9f1957be9d9f02675316237ad169472adc6170d2 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 6 Sep 2006 13:34:58 +0200 Subject: [PATCH] fix doxygen typos --- src/simulator/simulator.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/simulator/simulator.h b/src/simulator/simulator.h index e10b23363..240d81717 100644 --- a/src/simulator/simulator.h +++ b/src/simulator/simulator.h @@ -136,15 +136,16 @@ public: * 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