mirror of
https://github.com/SFML/SFML.git
synced 2024-11-25 04:41:05 +08:00
Fix Doxygen warning
This commit is contained in:
parent
8ed98e337b
commit
a7f7026804
@ -462,7 +462,7 @@ constexpr Time& operator%=(Time& left, Time right);
|
||||
/// seconds, milliseconds or microseconds. It also works the
|
||||
/// other way round: you can read a time value as either
|
||||
/// a number of seconds, milliseconds or microseconds. It
|
||||
/// even interoperates with the <chrono> header. You can
|
||||
/// even interoperates with the `<chrono>` header. You can
|
||||
/// construct an sf::Time from a chrono::duration and read
|
||||
/// any sf::Time as a chrono::duration.
|
||||
///
|
||||
|
Loading…
Reference in New Issue
Block a user