mirror of
https://github.com/SFML/SFML.git
synced 2024-11-24 20:31:05 +08:00
Add missing backtick
This commit is contained in:
parent
06108ddf18
commit
07875320fe
@ -242,7 +242,7 @@ constexpr Vector2<T>& operator+=(Vector2<T>& left, Vector2<T> right);
|
|||||||
/// \brief Overload of binary `operator-=`
|
/// \brief Overload of binary `operator-=`
|
||||||
///
|
///
|
||||||
/// This operator performs a member-wise subtraction of both vectors,
|
/// This operator performs a member-wise subtraction of both vectors,
|
||||||
/// and assigns the result to \a `left.
|
/// and assigns the result to \a `left`.
|
||||||
///
|
///
|
||||||
/// \param left Left operand (a vector)
|
/// \param left Left operand (a vector)
|
||||||
/// \param right Right operand (a vector)
|
/// \param right Right operand (a vector)
|
||||||
|
Loading…
Reference in New Issue
Block a user