mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-09 23:41:14 -04:00
Fix documentation
This commit is contained in:
parent
dacf1cbf04
commit
51120adc62
@ -198,7 +198,7 @@ public:
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Get point's memberwise division by another point
|
/// \brief Get point's memberwise division by another point
|
||||||
///
|
///
|
||||||
/// \param[in] value Divisor
|
/// \param[in] other Divisor
|
||||||
///
|
///
|
||||||
/// \returns New Point representing memberwise division of
|
/// \returns New Point representing memberwise division of
|
||||||
/// point by another point
|
/// point by another point
|
||||||
@ -222,7 +222,7 @@ public:
|
|||||||
/// \brief Get point's memberwise remainder from division
|
/// \brief Get point's memberwise remainder from division
|
||||||
/// by another point
|
/// by another point
|
||||||
///
|
///
|
||||||
/// \param[in] value Divisor
|
/// \param[in] other Divisor
|
||||||
///
|
///
|
||||||
/// \returns New Point representing memberwise remainder
|
/// \returns New Point representing memberwise remainder
|
||||||
/// from division by another point
|
/// from division by another point
|
||||||
@ -246,7 +246,7 @@ public:
|
|||||||
/// \brief Get point's memberwise multiplication by anoter
|
/// \brief Get point's memberwise multiplication by anoter
|
||||||
/// point
|
/// point
|
||||||
///
|
///
|
||||||
/// \param[in] value Multiplier
|
/// \param[in] other Multiplier
|
||||||
///
|
///
|
||||||
/// \returns New Point representing memberwise multiplication
|
/// \returns New Point representing memberwise multiplication
|
||||||
/// of point by another point
|
/// of point by another point
|
||||||
@ -287,7 +287,7 @@ public:
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Memberwise divide by another point
|
/// \brief Memberwise divide by another point
|
||||||
///
|
///
|
||||||
/// \param[in] value Divisor
|
/// \param[in] other Divisor
|
||||||
///
|
///
|
||||||
/// \returns Reference to self
|
/// \returns Reference to self
|
||||||
///
|
///
|
||||||
@ -308,7 +308,7 @@ public:
|
|||||||
/// \brief Memberwise remainder from division by another
|
/// \brief Memberwise remainder from division by another
|
||||||
/// point
|
/// point
|
||||||
///
|
///
|
||||||
/// \param[in] value Divisor
|
/// \param[in] other Divisor
|
||||||
///
|
///
|
||||||
/// \returns Reference to self
|
/// \returns Reference to self
|
||||||
///
|
///
|
||||||
@ -328,7 +328,7 @@ public:
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Memberwise multiply by another point
|
/// \brief Memberwise multiply by another point
|
||||||
///
|
///
|
||||||
/// \param[in] value Multiplier
|
/// \param[in] other Multiplier
|
||||||
///
|
///
|
||||||
/// \returns Reference to self
|
/// \returns Reference to self
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user