Minor corrections in API documentation
This commit is contained in:
parent
1b1bc4c067
commit
1336a70eac
2 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue