mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-04 03:15:59 -04:00
Fix copypasta in documentation
This commit is contained in:
parent
4fef91c90a
commit
60f8e7febc
@ -103,7 +103,7 @@ public:
|
|||||||
///
|
///
|
||||||
/// \throws STL2pp::Exception
|
/// \throws STL2pp::Exception
|
||||||
///
|
///
|
||||||
/// \see http://wiki.libsdl.org/SDL_LockAudioDevice
|
/// \see http://wiki.libsdl.org/SDL_LockTexture
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
LockHandle(Texture* texture, const Optional<Rect>& rect);
|
LockHandle(Texture* texture, const Optional<Rect>& rect);
|
||||||
@ -125,7 +125,7 @@ public:
|
|||||||
/// \details
|
/// \details
|
||||||
/// Releases the lock
|
/// Releases the lock
|
||||||
///
|
///
|
||||||
/// \see http://wiki.libsdl.org/SDL_UnlockAudioDevice
|
/// \see http://wiki.libsdl.org/SDL_UnlockTexture
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
~LockHandle();
|
~LockHandle();
|
||||||
@ -133,7 +133,7 @@ public:
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Move constructor
|
/// \brief Move constructor
|
||||||
///
|
///
|
||||||
/// \param other SDL2pp::AudioDevice::LockHandle to move data from
|
/// \param other SDL2pp::Texture::LockHandle to move data from
|
||||||
///
|
///
|
||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
LockHandle(LockHandle&& other) noexcept;
|
LockHandle(LockHandle&& other) noexcept;
|
||||||
@ -141,7 +141,7 @@ public:
|
|||||||
////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////
|
||||||
/// \brief Move assignment operator
|
/// \brief Move assignment operator
|
||||||
///
|
///
|
||||||
/// \param other SDL2pp::AudioDevice::LockHandle to move data from
|
/// \param other SDL2pp::Texture::LockHandle to move data from
|
||||||
///
|
///
|
||||||
/// \returns Reference to self
|
/// \returns Reference to self
|
||||||
///
|
///
|
||||||
|
Loading…
x
Reference in New Issue
Block a user