Skip to content

Commit

Permalink
doc improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
gzotti committed May 6, 2018
1 parent 3cd21ae commit 705febb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripting/StelMainScriptAPI.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ public slots:
//! time is moving backwards, the function will return immediately.
//! If the time rate is 0, the function will not wait. This is to
//! prevent infinite wait time.
//! @param dt the date string to use
//! @param dt the date string to use, format like "2012:06:06T4:44:00" or "-1428:03:04T22:23:45"
//! @param spec "local" or "utc"
void waitFor(const QString& dt, const QString& spec="utc");

Expand Down

0 comments on commit 705febb

Please sign in to comment.