Fixed some small errors in the function docstrings
This commit is contained in:
@ -56,7 +56,7 @@ class detectorTowerLiftAxis : public turboPmacAxis {
|
|||||||
asynStatus doPoll(bool *moving);
|
asynStatus doPoll(bool *moving);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Set the target value for the detector angle and trigger a position
|
* @brief Set the target value for the detector lift and trigger a position
|
||||||
* collection cycle
|
* collection cycle
|
||||||
*
|
*
|
||||||
* @param position
|
* @param position
|
||||||
@ -70,7 +70,7 @@ class detectorTowerLiftAxis : public turboPmacAxis {
|
|||||||
double max_velocity, double acceleration);
|
double max_velocity, double acceleration);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @brief Calls the `reset` function of the associated lift axis.
|
* @brief Calls the `reset` function of the associated angle axis.
|
||||||
*
|
*
|
||||||
* @param on
|
* @param on
|
||||||
* @return asynStatus
|
* @return asynStatus
|
||||||
|
Reference in New Issue
Block a user