Skip to content

Commit

Permalink
Docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gzotti committed Jul 4, 2023
1 parent 53a2e27 commit 14fd6a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion plugins/TelescopeControl/src/TelescopeControl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 14fd6a2

Please sign in to comment.