From 13b68682421636cc14cd9b6a7b7f2ab10fa0ade9 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Fri, 3 Nov 2006 10:22:55 +0100 Subject: [PATCH] fix Simulator doxygen warnings --- src/simulator/simulator.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/simulator/simulator.h b/src/simulator/simulator.h index ef39e26d5..9b67c010b 100644 --- a/src/simulator/simulator.h +++ b/src/simulator/simulator.h @@ -302,7 +302,6 @@ public: template static void ScheduleNow (void (T::*mem_ptr) (T1,T2), T* obj, T1 a1, T2 a2); /** - * @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 * @param a1 the first argument to pass to the invoked method @@ -407,7 +406,6 @@ public: template static void ScheduleDestroy (void (T::*mem_ptr) (T1,T2), T* obj, T1 a1, T2 a2); /** - * @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 * @param a1 the first argument to pass to the invoked method