From 14fd6a267e28dd46ba32dea30df6ed82e29d6c2e Mon Sep 17 00:00:00 2001 From: Georg Zotti Date: Sun, 5 Mar 2023 17:02:59 +0100 Subject: [PATCH] Docfix --- plugins/TelescopeControl/src/TelescopeControl.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/TelescopeControl/src/TelescopeControl.hpp b/plugins/TelescopeControl/src/TelescopeControl.hpp index 572d753197fa3..18e3eeb5b7e91 100644 --- a/plugins/TelescopeControl/src/TelescopeControl.hpp +++ b/plugins/TelescopeControl/src/TelescopeControl.hpp @@ -361,9 +361,10 @@ public slots: void slewTelescopeToViewDirection(const int idx); //! abort the current slew command of a telescope at slot idx. + //! @note ATTENTION! Not all telescopes support this call! A warning panel may be shown instead. Then it's jump and run to prevent damage. //! @code //! // example of usage in scripts - //! TelescopeControl.syncTelescopeToSelectedObject(1); + //! TelescopeControl.abortTelescopeSlew(1); //! @endcode void abortTelescopeSlew(const int idx);