Minor corrections in API documentation

This commit is contained in:
Laurent Gomila 2012-08-11 20:27:30 +02:00
parent 1b1bc4c067
commit 1336a70eac
2 changed files with 4 additions and 4 deletions

View File

@ -192,8 +192,8 @@ Vector2<T>& operator *=(Vector2<T>& left, T right);
/// \relates Vector2
/// \brief Overload of binary operator /
///
/// \param left Left operand (a scalar value)
/// \param right Right operand (a vector)
/// \param left Left operand (a vector)
/// \param right Right operand (a scalar value)
///
/// \return Memberwise division by \a right
///

View File

@ -194,8 +194,8 @@ Vector3<T>& operator *=(Vector3<T>& left, T right);
/// \relates Vector3
/// \brief Overload of binary operator /
///
/// \param left Left operand (a scalar value)
/// \param right Right operand (a vector)
/// \param left Left operand (a vector)
/// \param right Right operand (a scalar value)
///
/// \return Memberwise division by \a right
///