Fixed some small errors in the function docstrings

This commit is contained in:
2025-05-15 11:48:42 +02:00
parent 926df04caf
commit fd93c36639

View File

@ -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