mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-09-10 07:50:06 -04:00
Improve wording
This commit is contained in:
parent
927f812d43
commit
6897f5f5a8
@ -38,8 +38,8 @@ namespace SDL2pp {
|
|||||||
///
|
///
|
||||||
/// This class extends functionality of RWops concept onto random
|
/// This class extends functionality of RWops concept onto random
|
||||||
/// access STL containers such as std::vector. With ContainerRWops,
|
/// access STL containers such as std::vector. With ContainerRWops,
|
||||||
/// you may read from / write to a container as if it were a plain
|
/// you may read from / write to a container with SDL functions as
|
||||||
/// file.
|
/// if it were a plain file.
|
||||||
///
|
///
|
||||||
/// Note that this template supports both const and mutable containers.
|
/// Note that this template supports both const and mutable containers.
|
||||||
/// Writes to const containers always return 0, writes to mutable
|
/// Writes to const containers always return 0, writes to mutable
|
||||||
@ -88,7 +88,7 @@ public:
|
|||||||
/// be negative
|
/// be negative
|
||||||
/// \param whence Any of RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
|
/// \param whence Any of RW_SEEK_SET, RW_SEEK_CUR, RW_SEEK_END
|
||||||
///
|
///
|
||||||
/// \returns Final offset in the container stream after the seek or -1 on error
|
/// \returns Final offset in the container after the seek or -1 on error
|
||||||
///
|
///
|
||||||
/// \see SDL2pp::RWops::Seek
|
/// \see SDL2pp::RWops::Seek
|
||||||
/// \see http://wiki.libsdl.org/SDL_RWseek
|
/// \see http://wiki.libsdl.org/SDL_RWseek
|
||||||
|
Loading…
x
Reference in New Issue
Block a user