mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 10:55:57 -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
|
||||
///
|
||||
/// \returns Reference to self
|
||||
/// \returns Extended rect
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Rect GetExtension(unsigned int amount) const;
|
||||
@ -393,7 +393,7 @@ public:
|
||||
/// \param[in] vamount Number of pixels to extend by
|
||||
/// in vertical direction
|
||||
///
|
||||
/// \returns Reference to self
|
||||
/// \returns Extended rect
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Rect GetExtension(unsigned int hamount, unsigned int vamount) const;
|
||||
@ -403,7 +403,7 @@ public:
|
||||
///
|
||||
/// \param[in] amount Number of pixels to extend by
|
||||
///
|
||||
/// \returns Extended rect
|
||||
/// \returns Reference to self
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Rect& Extend(unsigned int amount);
|
||||
@ -416,7 +416,7 @@ public:
|
||||
/// \param[in] vamount Number of pixels to extend by
|
||||
/// in vertical direction
|
||||
///
|
||||
/// \returns Extended rect
|
||||
/// \returns Reference to self
|
||||
///
|
||||
////////////////////////////////////////////////////////////
|
||||
Rect& Extend(unsigned int hamount, unsigned int vamount);
|
||||
|
Loading…
x
Reference in New Issue
Block a user