Improve wording of class descriptions

This commit is contained in:
Dmitry Marakasov 2015-09-07 02:24:11 +03:00
parent f14652b91d
commit ecb62ab8ab
7 changed files with 11 additions and 7 deletions

View File

@ -31,7 +31,7 @@ namespace SDL2pp {
class RWops;
////////////////////////////////////////////////////////////
/// \brief Chunk of SDL_mixer audio data
/// \brief Chunk of audio data
///
/// \ingroup mixer
///

View File

@ -35,7 +35,7 @@ class Chunk;
class Music;
////////////////////////////////////////////////////////////
/// \brief SDL_mixer's audio mixer
/// \brief Audio mixer
///
/// \ingroup mixer
///

View File

@ -29,7 +29,7 @@
namespace SDL2pp {
////////////////////////////////////////////////////////////
/// \brief SDL_mixer music data
/// \brief Music data
///
/// \ingroup mixer
///

View File

@ -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
///

View File

@ -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
///

View File

@ -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
///

View File

@ -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
///