fix Simulator doxygen warnings

This commit is contained in:
Mathieu Lacage
2006-11-03 10:22:55 +01:00
parent 7c28f1cf7b
commit 13b6868242

View File

@@ -302,7 +302,6 @@ public:
template <typename T, typename T1, typename T2>
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 <typename T, typename T1, typename T2>
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