Minor corrections in API documentation
This commit is contained in:
parent
1b1bc4c067
commit
1336a70eac
@ -192,8 +192,8 @@ Vector2<T>& operator *=(Vector2<T>& left, T right);
|
|||||||
/// \relates Vector2
|
/// \relates Vector2
|
||||||
/// \brief Overload of binary operator /
|
/// \brief Overload of binary operator /
|
||||||
///
|
///
|
||||||
/// \param left Left operand (a scalar value)
|
/// \param left Left operand (a vector)
|
||||||
/// \param right Right operand (a vector)
|
/// \param right Right operand (a scalar value)
|
||||||
///
|
///
|
||||||
/// \return Memberwise division by \a right
|
/// \return Memberwise division by \a right
|
||||||
///
|
///
|
||||||
|
@ -194,8 +194,8 @@ Vector3<T>& operator *=(Vector3<T>& left, T right);
|
|||||||
/// \relates Vector3
|
/// \relates Vector3
|
||||||
/// \brief Overload of binary operator /
|
/// \brief Overload of binary operator /
|
||||||
///
|
///
|
||||||
/// \param left Left operand (a scalar value)
|
/// \param left Left operand (a vector)
|
||||||
/// \param right Right operand (a vector)
|
/// \param right Right operand (a scalar value)
|
||||||
///
|
///
|
||||||
/// \return Memberwise division by \a right
|
/// \return Memberwise division by \a right
|
||||||
///
|
///
|
||||||
|
Loading…
Reference in New Issue
Block a user