mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-16 17:26:04 -04:00
Documentation fix
This commit is contained in:
parent
e6f9cdbf4c
commit
693cdc659f
@ -380,7 +380,7 @@ public:
|
|||||||
///
|
///
|
||||||
/// \param[in] amount Number of pixels to extend by
|
/// \param[in] amount Number of pixels to extend by
|
||||||
///
|
///
|
||||||
/// \returns Reference to self
|
/// \returns Extended rect
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
Rect GetExtension(unsigned int amount) const;
|
Rect GetExtension(unsigned int amount) const;
|
||||||
@ -393,7 +393,7 @@ public:
|
|||||||
/// \param[in] vamount Number of pixels to extend by
|
/// \param[in] vamount Number of pixels to extend by
|
||||||
/// in vertical direction
|
/// in vertical direction
|
||||||
///
|
///
|
||||||
/// \returns Reference to self
|
/// \returns Extended rect
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
Rect GetExtension(unsigned int hamount, unsigned int vamount) const;
|
Rect GetExtension(unsigned int hamount, unsigned int vamount) const;
|
||||||
@ -403,7 +403,7 @@ public:
|
|||||||
///
|
///
|
||||||
/// \param[in] amount Number of pixels to extend by
|
/// \param[in] amount Number of pixels to extend by
|
||||||
///
|
///
|
||||||
/// \returns Extended rect
|
/// \returns Reference to self
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
Rect& Extend(unsigned int amount);
|
Rect& Extend(unsigned int amount);
|
||||||
@ -416,7 +416,7 @@ public:
|
|||||||
/// \param[in] vamount Number of pixels to extend by
|
/// \param[in] vamount Number of pixels to extend by
|
||||||
/// in vertical direction
|
/// in vertical direction
|
||||||
///
|
///
|
||||||
/// \returns Extended rect
|
/// \returns Reference to self
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
Rect& Extend(unsigned int hamount, unsigned int vamount);
|
Rect& Extend(unsigned int hamount, unsigned int vamount);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user