mirror of
https://github.com/libSDL2pp/libSDL2pp.git
synced 2025-08-03 19:05:59 -04:00
Improve wording of class descriptions
This commit is contained in:
parent
f14652b91d
commit
ecb62ab8ab
@ -31,7 +31,7 @@ namespace SDL2pp {
|
||||
class RWops;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Chunk of SDL_mixer audio data
|
||||
/// \brief Chunk of audio data
|
||||
///
|
||||
/// \ingroup mixer
|
||||
///
|
||||
|
@ -35,7 +35,7 @@ class Chunk;
|
||||
class Music;
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief SDL_mixer's audio mixer
|
||||
/// \brief Audio mixer
|
||||
///
|
||||
/// \ingroup mixer
|
||||
///
|
||||
|
@ -29,7 +29,7 @@
|
||||
namespace SDL2pp {
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief SDL_mixer music data
|
||||
/// \brief Music data
|
||||
///
|
||||
/// \ingroup mixer
|
||||
///
|
||||
|
@ -27,7 +27,8 @@
|
||||
namespace SDL2pp {
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Class taking care of SDL2 library initialization and deinitialization
|
||||
/// \brief Helper class taking care of SDL library initialization
|
||||
/// and deinitialization
|
||||
///
|
||||
/// \ingroup general
|
||||
///
|
||||
|
@ -25,7 +25,8 @@
|
||||
namespace SDL2pp {
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Object taking care of SDL_image library initialization and deinitialization
|
||||
/// \brief Helper class taking care of SDL_image library initialization
|
||||
/// and deinitialization
|
||||
///
|
||||
/// \ingroup image
|
||||
///
|
||||
|
@ -25,7 +25,8 @@
|
||||
namespace SDL2pp {
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Object taking care of SDL_mixer library initialization and deinitialization
|
||||
/// \brief Helper class taking care of SDL_mixer library initialization
|
||||
/// and deinitialization
|
||||
///
|
||||
/// \ingroup mixer
|
||||
///
|
||||
|
@ -25,7 +25,8 @@
|
||||
namespace SDL2pp {
|
||||
|
||||
////////////////////////////////////////////////////////////
|
||||
/// \brief Object taking care of SDL_ttf library initialization and deinitialization
|
||||
/// \brief Helper class taking care of SDL_ttf library initialization
|
||||
/// and deinitialization
|
||||
///
|
||||
/// \ingroup ttf
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user