Skip to content

Commit

Permalink
Docfix
Browse files Browse the repository at this point in the history
  • Loading branch information
gzotti committed Mar 5, 2023
1 parent c580f29 commit 76e8028
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 76e8028

Please sign in to comment.