From f3e8b3ef90e5bd5467886d2cff427e97fcdf1c62 Mon Sep 17 00:00:00 2001 From: MarkRivers Date: Thu, 31 Mar 2011 19:46:00 +0000 Subject: [PATCH] Minor documentation fix --- motorApp/ACRSrc/ACRMotorDriver.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/motorApp/ACRSrc/ACRMotorDriver.cpp b/motorApp/ACRSrc/ACRMotorDriver.cpp index f010e09c..f31e7532 100644 --- a/motorApp/ACRSrc/ACRMotorDriver.cpp +++ b/motorApp/ACRSrc/ACRMotorDriver.cpp @@ -226,7 +226,6 @@ asynStatus ACRController::writeInt32(asynUser *pasynUser, epicsInt32 value) * Extracts the function and axis number from pasynUser. * Sets the value in the parameter library. * If the function is ACRJerk_ it sets the jerk value in the controller. - * then it calls pAxis->move(), pAxis->moveVelocity(), pAxis->home(), or pAxis->setPosition(). * Calls any registered callbacks for this pasynUser->reason and address. * For all other functions it calls asynMotorController::writeFloat64. * \param[in] pasynUser asynUser structure that encodes the reason and address.