From fd93c36639283043a41b58dedc99200dcccef9d8 Mon Sep 17 00:00:00 2001 From: smathis Date: Thu, 15 May 2025 11:48:42 +0200 Subject: [PATCH] Fixed some small errors in the function docstrings --- src/detectorTowerLiftAxis.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/detectorTowerLiftAxis.h b/src/detectorTowerLiftAxis.h index 1d6337f..7f933f5 100644 --- a/src/detectorTowerLiftAxis.h +++ b/src/detectorTowerLiftAxis.h @@ -56,7 +56,7 @@ class detectorTowerLiftAxis : public turboPmacAxis { 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 * * @param position @@ -70,7 +70,7 @@ class detectorTowerLiftAxis : public turboPmacAxis { 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 * @return asynStatus