From c1153aa6fbbb06fc8bc374191ee66c1870a50e6f Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 21 Jul 2011 17:05:03 +0000 Subject: [PATCH] Fix comment, problem caught by doxygen --- motorApp/MotorSimSrc/motorSimDriver.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/motorApp/MotorSimSrc/motorSimDriver.cpp b/motorApp/MotorSimSrc/motorSimDriver.cpp index eb4fb49c..9fbd6381 100644 --- a/motorApp/MotorSimSrc/motorSimDriver.cpp +++ b/motorApp/MotorSimSrc/motorSimDriver.cpp @@ -379,7 +379,6 @@ asynStatus motorSimAxis::poll(bool *moving) This routine takes a single axis and propogates its motion forward a given amount of time. - \param pAxis [in] Pointer to axis information. \param delta [in] Time in seconds to propogate motion forwards. \return Integer indicating 0 (asynSuccess) for success or non-zero for failure.